Namespaces
Variants
Actions

Standard library header <type_traits> (C++11)

From cppreference.com
< cpp‎ | header
 
 
Standard library headers
 

This header is part of the metaprogramming library.

Contents

Classes

Helper Classes
compile-time constant of specified type with specified value
(class template) [edit]
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) [edit]
(C++11)(DR*)
checks if a type is