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 |