|
The Sparta Modeling Framework
|
Public Types | |
| using | value_type = std::remove_cv_t<T> |
| using | difference_type = std::ptrdiff_t |
| using | pointer = T* |
| using | reference = T& |
| using | iterator_category = category |
Definition at line 16 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::difference_type = std::ptrdiff_t |
Definition at line 18 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 = T* |
Definition at line 19 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::reference = T& |
Definition at line 20 of file IteratorTraits.hpp.
| using sparta::utils::IteratorTraits< category, T >::value_type = std::remove_cv_t<T> |
Definition at line 17 of file IteratorTraits.hpp.