Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
input_iterator_helper< T, V, D, P, R > Struct Template Reference
Inheritance diagram for input_iterator_helper< T, V, D, P, R >:
input_iteratable< T, P, iterator_helper< std::input_iterator_tag, V, D, P, R > > equality_comparable1< T, incrementable< T, dereferenceable< T, P, iterator_helper< std::input_iterator_tag, V, D, P, R > > > > incrementable< T, dereferenceable< T, P, iterator_helper< std::input_iterator_tag, V, D, P, R > > > dereferenceable< T, P, iterator_helper< std::input_iterator_tag, V, D, P, R > > iterator_helper< std::input_iterator_tag, V, D, P, R >

Public Types

typedef std::input_iterator_tag iterator_category
 
typedef V value_type
 
typedef D difference_type
 
typedef P pointer
 
typedef R reference
 

Public Member Functions

operator-> () const
 

Detailed Description

template<class T, class V, class D = std::ptrdiff_t, class P = V const *, class R = V const &>
struct BFL::boost::operators_impl::input_iterator_helper< T, V, D, P, R >

Definition at line 851 of file asirfilter.h.


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