Mirror reflection library 0.5.13

mirror::conforms_to< Tested, ConceptTag > Struct Template Reference

Checks if the Tested type conforms to a concept. More...

#include <mirror/concept_check/utils.hpp>


Detailed Description

template<typename Tested, typename ConceptTag>
struct mirror::conforms_to< Tested, ConceptTag >

Checks if the Tested type conforms to a concept.

This type inherits from std::true_type if the Tested type conforms to the concept specified by the ConceptTag, inherits from std::false_type otherwise.

See also:
MIRROR_ASSERT_CONCEPT

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

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.