|
The Sparta Modeling Framework
|
Public Types | |
| using | difference_type = long |
| using | value_type = T |
| using | pointer = const T* |
| using | reference = const T& |
| using | iterator_category = category |
Definition at line 16 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::difference_type = long |
Definition at line 17 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::iterator_category = category |
Definition at line 21 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::pointer = const T* |
Definition at line 19 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::reference = const T& |
Definition at line 20 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::value_type = T |
Definition at line 18 of file IteratorTraits.hpp.