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

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

#include <traits.hpp>

List of all members.

Public Types

typedef
random_access_iterator_base
< std::random_access_iterator_tag,
I, T > 
type

Detailed Description

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

Definition at line 506 of file traits.hpp.


Member Typedef Documentation

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

Definition at line 507 of file traits.hpp.


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