is_concept<T>

Prototype

template <class T>
struct is_concept
: boost::mpl::false_
{};

Description

This meta-function indicates if the type is a model of the Concept concept.

Definition

Defined in is_concept.hpp

Model of

Boolean IntegralConstant