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

boost::numeric::ublas::iterator_base_traits< std::forward_iterator_tag >::iterator_base< I, T > Struct Template Reference

#include <traits.hpp>

List of all members.

Public Types

typedef forward_iterator_base
< std::forward_iterator_tag, I,
T > 
type

Detailed Description

template<>
template<class I, class T>
struct boost::numeric::ublas::iterator_base_traits< std::forward_iterator_tag >::iterator_base< I, T >

Definition at line 483 of file traits.hpp.


Member Typedef Documentation

template<class I , class T >
typedef forward_iterator_base<std::forward_iterator_tag, I, T> boost::numeric::ublas::iterator_base_traits< std::forward_iterator_tag >::iterator_base< I, T >::type

Definition at line 484 of file traits.hpp.


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