Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

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

List of all members.

Public Types

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

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.

Definition at line 631 of file traits.hpp.


Member Typedef Documentation

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

reference to an element

Definition at line 633 of file traits.hpp.

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)

Definition at line 636 of file traits.hpp.


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