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. | |
Functions | |
template<class Lhs , class Rhs > | |
constexpr bool | scl::tools::meta::is_same () |
An handy function for the result of std::is_same. More... | |