Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Functions
exists.h File Reference
#include <type_traits>
#include <scl/tools/meta/void_t.h>

Go to the source code of this file.

Classes

struct  scl::tools::meta::details::__exists< T, class >
 
struct  scl::tools::meta::details::__exists< T, void_t< T > >
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::tools
 General purpose tooling.
 
 scl::tools::meta
 A namespace englobing all the TMP tools.
 
 scl::tools::meta::details
 Namespace for implementation details for TMP.
 

Functions

template<class T >
constexpr bool scl::tools::meta::exists ()
 Determines whether or not the given type is well-formed. More...