Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Functions
is_concept.h File Reference
#include <type_traits>
#include <scl/tools/meta/enable_if.h>
#include <scl/tools/meta/is_convertible.h>
#include <scl/tools/meta/type_check.h>
#include <scl/macros.h>

Go to the source code of this file.

Classes

struct  scl::concepts::details::__is_concept< T, class >
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::concepts
 A lightweight concept-like library for C++11.
 
 scl::concepts::details
 Implementation details for concepts.
 

Functions

template<class T >
constexpr bool scl::concepts::is_concept ()
 Determine whether or not a given type is a concept-like type. More...