...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Public Types | |
typedef basic_slice::value_type | value_type |
typedef basic_slice::difference_type | difference_type |
typedef basic_slice::const_reference | reference |
typedef basic_slice::const_pointer | pointer |
Public Member Functions | |
BOOST_UBLAS_INLINE | const_iterator (const basic_slice &s, const const_subiterator_type &it) |
BOOST_UBLAS_INLINE const_iterator & | operator++ () |
BOOST_UBLAS_INLINE const_iterator & | operator-- () |
BOOST_UBLAS_INLINE const_iterator & | operator+= (difference_type n) |
BOOST_UBLAS_INLINE const_iterator & | operator-= (difference_type n) |
BOOST_UBLAS_INLINE difference_type | operator- (const const_iterator &it) const |
BOOST_UBLAS_INLINE const_reference | operator* () const |
BOOST_UBLAS_INLINE const_reference | operator[] (difference_type n) const |
BOOST_UBLAS_INLINE size_type | index () const |
BOOST_UBLAS_INLINE const_iterator & | operator= (const const_iterator &it) |
BOOST_UBLAS_INLINE bool | operator== (const const_iterator &it) const |
BOOST_UBLAS_INLINE bool | operator< (const const_iterator &it) const |