...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Traits class to extract type information from a VECTOR. More...
Inherits mutable_container_traits< VECTOR >.
Inherited by boost::numeric::ublas::vector_traits< VECTOR > [private]
.
Public Types | |
typedef VECTOR::iterator | iterator |
iterator for the VECTOR | |
Static Public Member Functions | |
static iterator | begin (VECTOR &v) |
iterator pointing to the first element | |
static iterator | end (VECTOR &v) |
iterator pointing behind the last element |