theplu::yat::utility::DataIteratorConcept< T > Class Template Reference

Concept check for Data Iterator. More...

#include <yat/utility/concept_check.h>

List of all members.

Public Types

typedef
weighted_iterator_traits< T >
::type 
tag
 tag
typedef std::iterator_traits
< T >::value_type 
value_type
 value_type

Public Member Functions

 BOOST_CONCEPT_USAGE (DataIteratorConcept)
 function doing the concept test


Detailed Description

template<class T>
class theplu::yat::utility::DataIteratorConcept< T >

Concept check for Data Iterator.

This class is intended to be used in a BOOST_CONCEPT_ASSERT

     template<class Iterator>
     void some_function(const Iterator& it)
     {
     BOOST_CONCEPT_ASSERT((DataIteratorConcept<Iterator>));
     ...
     }

Since:
New in yat 0.7

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

Generated on Mon Nov 7 02:25:52 2011 for yat by  doxygen 1.5.9