yat  0.13.2pre
Public Types | Public Member Functions | List of all members
theplu::yat::utility::Container2D< T > Class Template Reference

Concept check for Container2D. More...

#include <yat/utility/concept_check.h>

Inheritance diagram for theplu::yat::utility::Container2D< T >:
theplu::yat::utility::Mutable_Container2D< T >

Public Types

typedef T::value_type value_type
 value_type
 
typedef T::const_reference const_reference
 const_reference
 
typedef T::const_iterator const_iterator
 const_iterator
 
typedef T::const_row_iterator const_row_iterator
 const_row_iterator
 
typedef T::const_column_iterator const_column_iterator
 const_column_iterator
 

Public Member Functions

 Container2D (void)
 Default constructor.
 
 BOOST_CONCEPT_USAGE (Container2D)
 function doing the concept test
 

Detailed Description

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

Concept check for Container2D.

This class is intended to be used in a BOOST_CONCEPT_ASSERT

template<class T>
void some_function(const T& t)
{
BOOST_CONCEPT_ASSERT((Container2D<T>));
...
}
Since
New in yat 0.7

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

Generated on Wed Jan 4 2017 02:23:08 for yat by  doxygen 1.8.5