<type_traits>

<type_traits>

std::false_type

typedef integral_constant<bool,false> false_type;
False type
Instantitation of integral_constant to represent theboolfalse.

成员类型

成员类型定义
value_typebool
类型false_type

成员函数

成员函数,逐个字符打印字符串的内容定义
operator bool返回值false

另见