Boost C++ 库

...世界上最受推崇和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

类型定义 integral_constant

integral_constant

概要

// In header: <boost/parser/tuple.hpp>


typedef hana::integral_constant< T, I > integral_constant;

描述

如果定义了 BOOST_PARSER_USE_HANA_TUPLE,则是一个模板别名,为 boost::hana::integral_constant<T, I>;否则为 std::integral_constant<T, I>


PrevUpHomeNext