alternative Standard Libary
0.29.8
|
gehe zum Quellcode dieser Datei
Namensbereiche | |
std | |
Makrodefinitionen | |
#define | STL_INTEGRAL(T) |
#define | STL_RATIONAL(T) |
#define | STL_VOIDTYPE(T) |
Typdefinitionen | |
template<class ... ts> | |
using | std::void_t = typename make_void< ts ... >::type |
typedef integral_constant< bool, true > | std::true_type |
typedef integral_constant< bool, false > | std::false_type |
Funktionen | |
std::STL_INTEGRAL (char) | |
std::STL_INTEGRAL (unsigned char) | |
std::STL_INTEGRAL (short) | |
std::STL_INTEGRAL (int) | |
std::STL_INTEGRAL (long) | |
std::STL_INTEGRAL (wchar_t) | |
std::STL_INTEGRAL (bool) | |
std::STL_RATIONAL (float) | |
std::STL_RATIONAL (double) | |
std::STL_RATIONAL (long double) | |
std::STL_VOIDTYPE (void) | |
std::STL_VOIDTYPE (const volatile void) | |
#define STL_INTEGRAL | ( | T | ) |
#define STL_RATIONAL | ( | T | ) |
#define STL_VOIDTYPE | ( | T | ) |