| CFx SDK Documentation
    2023 SP0
    | 
#include <slot_iterator.h>
 
  
| Public Types | |
| using | container_type = typename std::decay< Container >::type | 
| using | size_type = typename Container::size_type | 
| using | reference = typename traits::reference | 
| using | pointer = typename traits::pointer | 
| using | difference_type = typename traits::difference_type | 
| using | value_type = typename traits::value_type | 
| Public Member Functions | |
| operator bool () const | |
| slot_iterator & | operator++ () | 
| slot_iterator & | operator++ (int) | 
Definition at line 83 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::container_type = typename std::decay<Container>::type | 
Definition at line 27 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::difference_type = typename traits::difference_type | 
Definition at line 31 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::pointer = typename traits::pointer | 
Definition at line 30 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::reference = typename traits::reference | 
Definition at line 29 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::size_type = typename Container::size_type | 
Definition at line 28 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::value_type = typename traits::value_type | 
Definition at line 32 of file slot_iterator.h.
| 
 | inline | 
Definition at line 101 of file slot_iterator.h.
| 
 | inline | 
Definition at line 104 of file slot_iterator.h.
| 
 | inline | 
Definition at line 110 of file slot_iterator.h.