<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

另見