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::container_view_traits< E > Struct Template Reference

Traits class to extract type information from a constant matrix or vector CONTAINER. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::container_view_traits< E >:

Public Types

typedef E::size_type size_type
 type of indices More...
 
typedef E::difference_type difference_type
 type of differences of indices More...
 
typedef E::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ... More...
 
typedef E::value_type value_type
 type of elements More...
 
typedef E::const_reference const_reference
 const reference to an element More...
 
typedef E::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...
 

Detailed Description

template<class E>
struct boost::numeric::ublas::container_view_traits< E >

Traits class to extract type information from a constant matrix or vector CONTAINER.

Member Typedef Documentation

template<class E>
typedef E::const_closure_type boost::numeric::ublas::container_view_traits< E >::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)

template<class E>
typedef E::const_reference boost::numeric::ublas::container_view_traits< E >::const_reference

const reference to an element

template<class E>
typedef E::difference_type boost::numeric::ublas::container_view_traits< E >::difference_type

type of differences of indices

template<class E>
typedef E::size_type boost::numeric::ublas::container_view_traits< E >::size_type

type of indices

template<class E>
typedef E::storage_category boost::numeric::ublas::container_view_traits< E >::storage_category

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

template<class E>
typedef E::value_type boost::numeric::ublas::container_view_traits< E >::value_type

type of elements


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