class

<type_traits>

std::false_type

typedef integral_constant<bool,false> false_type;

False type

Instantitation of integral_constant to represent the bool value false.

Member types

member typedefinition
value_typebool
typefalse_type

Member functions

member functiondefinition
operator boolReturns false

See also

integral_constant
Integral constant (class template)
true_type
True type (class)