<type_traits>

<type_traits>

std::true_type

typedef integral_constant<bool,true> true_type;
True type
Instantiation of integral_constant to represent thebooltrue.

成员类型

成员类型定义
value_typebool
类型true_type

成员函数

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

另见