Checks that a concept is. More...
#include <concept_tools.hh>
Checks that a concept is.
This type will raise a static assertion on when instantiating its concrete type if T is not a valid concept. It is intended to be used in a class template. For example:
template <typename T> struct foo { //... class_assert_verified<some_concept<T> > check; };