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

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

#include <traits.hpp>

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

Public Types

typedef E::reference reference
 reference to an element More...
 
typedef E::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...
 

Detailed Description

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

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

Member Typedef Documentation

template<class E>
typedef E::closure_type boost::numeric::ublas::mutable_container_traits< E >::closure_type

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

template<class E>
typedef E::reference boost::numeric::ublas::mutable_container_traits< E >::reference

reference to an element


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