![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
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 type & | operator() () const |
| BOOST_UBLAS_INLINE type & | operator() () |
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.
| typedef TV boost::numeric::ublas::index_manipulator< TV >::type |
Definition at line 27 of file assignment.hpp.
| BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< TV >::operator() | ( | ) | const [inline] |
Definition at line 29 of file assignment.hpp.
| BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< TV >::operator() | ( | ) | [inline] |
Definition at line 33 of file assignment.hpp.