...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Inherits vector_expression< vector_unary< E, F > >.
Classes | |
class | const_iterator |
Public Types | |
typedef E::size_type | size_type |
typedef E::difference_type | difference_type |
typedef F::result_type | value_type |
typedef value_type | const_reference |
typedef boost::mpl::if_ < boost::is_same< F, scalar_identity< value_type > >, typename E::reference, value_type >::type | reference |
typedef const self_type | const_closure_type |
typedef self_type | closure_type |
typedef unknown_storage_tag | storage_category |
typedef const_iterator | iterator |
typedef reverse_iterator_base < const_iterator > | const_reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | vector_unary (expression_type &e) |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE const expression_closure_type & | expression () const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i) const |
BOOST_UBLAS_INLINE reference | operator() (size_type i) |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE reference | operator[] (size_type i) |
BOOST_UBLAS_INLINE bool | same_closure (const vector_unary &vu) const |
BOOST_UBLAS_INLINE const_iterator | find (size_type i) const |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |