Template:cpp/types/integral constant/inherit2

来自cppreference.com

目录

继承自 std::integral_constant

成员常量

value
[静态]

(公开静态成员常量)

成员函数

operator
将对象转换到  ,返回 value
(公开成员函数)
operator()
(C++14)
返回 value
(公开成员函数)

成员类型

类型 定义
value_type  
type std::integral_constant<, value>