Traits class to extract type information from a VECTOR. More...
#include <traits.hpp>
Public Types | |
typedef VECTOR::iterator | iterator |
iterator for the VECTOR More... | |
typedef VECTOR::reference | reference |
reference to an element More... | |
typedef VECTOR::closure_type | closure_type |
type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself) More... | |
Static Public Member Functions | |
static iterator | begin (VECTOR &v) |
iterator pointing to the first element More... | |
static iterator | end (VECTOR &v) |
iterator pointing behind the last element More... | |
Traits class to extract type information from a VECTOR.
|
inherited |
type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)
typedef VECTOR::iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::iterator |
iterator for the VECTOR
|
inherited |
reference to an element
|
inlinestatic |
iterator pointing to the first element
|
inlinestatic |
iterator pointing behind the last element