C++ 具名要求:二元类型特征 (BinaryTypeTrait) (C++11 起) - cppreference.com

C++ 具名要求:二元类型特征 (BinaryTypeTrait) (C++11 起)

来自cppreference.com


 
 
C++ 具名要求
 

二元类型特征 (BinaryTypeTrait) 是类模板,以一个 std::integral_constant(通常是 std::bool_constant)特化描述它的两个模板类型形参间的关系。

要求

标准库

下列标准库类模板满足二元类型特征 (BinaryTypeTrait)