Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::mutable_vector_traits< VECTOR > Struct Template Reference

Traits class to extract type information from a VECTOR. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::mutable_vector_traits< VECTOR >:
Collaboration diagram for boost::numeric::ublas::mutable_vector_traits< VECTOR >:

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...
 

Detailed Description

template<class VECTOR>
struct boost::numeric::ublas::mutable_vector_traits< VECTOR >

Traits class to extract type information from a VECTOR.

Member Typedef Documentation

type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)

template<class VECTOR>
typedef VECTOR::iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::iterator

iterator for the VECTOR

reference to an element

Member Function Documentation

template<class VECTOR>
static iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::begin ( VECTOR &  v)
inlinestatic

iterator pointing to the first element

template<class VECTOR>
static iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::end ( VECTOR &  v)
inlinestatic

iterator pointing behind the last element


The documentation for this struct was generated from the following file: