Support Class Library
A set of tools providing classes and utility
Namespaces | Typedefs
conditional.h File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

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

Typedefs

template<bool B, class T , class F >
using scl::tools::meta::conditional_t = typename std::conditional< B, T, F >::type
 An handy type alias for the result of std::conditional. More...