<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

另見