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

boost::numeric::ublas::index_manipulator< TV > Class Template Reference

A CRTP and Barton-Nackman trick index manipulator wrapper class. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::index_manipulator< TV >:

List of all members.

Public Types

typedef TV type

Public Member Functions

BOOST_UBLAS_INLINE const typeoperator() () const
BOOST_UBLAS_INLINE typeoperator() ()

Detailed Description

template<class TV>
class boost::numeric::ublas::index_manipulator< TV >

A CRTP and Barton-Nackman trick index manipulator wrapper class.

This class is not meant to be used directly.

Definition at line 25 of file assignment.hpp.


Member Typedef Documentation

template<class TV>
typedef TV boost::numeric::ublas::index_manipulator< TV >::type

Definition at line 27 of file assignment.hpp.


Member Function Documentation

template<class TV>
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< TV >::operator() ( ) const [inline]

Definition at line 29 of file assignment.hpp.

template<class TV>
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< TV >::operator() ( ) [inline]

Definition at line 33 of file assignment.hpp.


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