|
Support Class Library
A set of tools providing classes and utility
|
#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 = void> | |
| using | scl::tools::meta::enable_if_t = typename std::enable_if< B, T >::type |
| An handy type alias for the result of std::enable_if. More... | |
1.8.13