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::vector_view_traits< VECTOR > Struct Template Reference

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

#include <traits.hpp>

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

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

Detailed Description

template<class VECTOR>
struct boost::numeric::ublas::vector_view_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 const container_reference<const E> or the class itself)

template<class VECTOR>
typedef VECTOR::const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::const_iterator

iterator for the VECTOR

const reference to an element

type of differences of indices

typedef VECTOR ::size_type boost::numeric::ublas::container_view_traits< VECTOR >::size_type
inherited

type of indices

storage category: unknown_storage_tag, dense_tag, packed_tag, ...

type of elements

Member Function Documentation

template<class VECTOR>
static const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::begin ( const VECTOR &  v)
inlinestatic

iterator pointing to the first element

template<class VECTOR>
static const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::end ( const VECTOR &  v)
inlinestatic

iterator pointing behind the last element


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