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

boost::numeric::ublas::Indexed2DIteratorConcept< I > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef I::dual_iterator_type dual_iterator_type
typedef
I::dual_reverse_iterator_type 
dual_reverse_iterator_type
typedef I iterator_type

Public Member Functions

void constraints ()

Detailed Description

template<class I>
struct boost::numeric::ublas::Indexed2DIteratorConcept< I >

Definition at line 75 of file concepts.hpp.


Member Typedef Documentation

Definition at line 76 of file concepts.hpp.

template<class I >
typedef I::dual_iterator_type boost::numeric::ublas::Indexed2DIteratorConcept< I >::dual_iterator_type

Definition at line 77 of file concepts.hpp.

template<class I >
typedef I::dual_reverse_iterator_type boost::numeric::ublas::Indexed2DIteratorConcept< I >::dual_reverse_iterator_type

Definition at line 78 of file concepts.hpp.


Member Function Documentation

template<class I >
void boost::numeric::ublas::Indexed2DIteratorConcept< I >::constraints ( ) [inline]

Definition at line 80 of file concepts.hpp.


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