Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.89.0.
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 | |
1.6.1