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

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.

Member Typedef Documentation

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

Member Function Documentation

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

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