Standard library header <type_traits> (C++11)
From cppreference.com
This header is part of the metaprogramming library.
Classes | |
Helper Classes | |
| (C++11)(C++17) |
compile-time constant of specified type with specified value (class template) |
true_type
|
std::integral_constant<bool, true> |
false_type
|
std::integral_constant<bool, false> |
Primary type categories | |
| (C++11) |
checks if a type is void (class template) |
| (C++11)(DR*) |
checks if a type is |