yat  0.8.3pre
Public Member Functions
theplu::yat::utility::DistanceConcept< T > Class Template Reference

Concept check for a Distance. More...

#include <yat/utility/concept_check.h>

List of all members.

Public Member Functions

 BOOST_CONCEPT_USAGE (DistanceConcept)
 function doing the concept test

Detailed Description

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

Concept check for a Distance.

This class is intended to be used in a <a 
href="\boost_url/concept_check/using_concept_check.htm">
BOOST_CONCEPT_ASSERT </a>
     template<class Distance>
     void some_function(double x)
     {
     BOOST_CONCEPT_ASSERT((DistanceConcept<Distance>));
     ...
     }
Since:
New in yat 0.7

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

Generated on Thu Dec 20 2012 03:12:59 for yat by  doxygen 1.8.0-20120409