Traits class to extract type information from a VECTOR. More...
#include <traits.hpp>
Public Types | |
typedef VECTOR::const_iterator | const_iterator |
iterator for the VECTOR More... | |
typedef VECTOR::size_type | size_type |
type of indices More... | |
typedef VECTOR::difference_type | difference_type |
type of differences of indices More... | |
typedef VECTOR::storage_category | storage_category |
storage category: unknown_storage_tag , dense_tag , packed_tag , ... More... | |
typedef VECTOR::value_type | value_type |
type of elements More... | |
typedef VECTOR::const_reference | const_reference |
const reference to an element More... | |
typedef VECTOR::const_closure_type | const_closure_type |
type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself) More... | |
Static Public Member Functions | |
static const_iterator | begin (const VECTOR &v) |
iterator pointing to the first element More... | |
static const_iterator | end (const 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 const container_reference<const E> or the class itself)
typedef VECTOR::const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::const_iterator |
iterator for the VECTOR
|
inherited |
const reference to an element
|
inherited |
type of differences of indices
|
inherited |
type of indices
|
inherited |
storage category: unknown_storage_tag
, dense_tag
, packed_tag
, ...
|
inherited |
type of elements
|
inlinestatic |
iterator pointing to the first element
|
inlinestatic |
iterator pointing behind the last element