![]() |
Home | Libraries | People | FAQ | More |
integral_constant
// In header: <boost/parser/tuple.hpp> typedef ;
A template alias that is boost::hana::integral_constant<T, I> if BOOST_PARSER_USE_HANA_TUPLE is defined, and std::integral_constant<T, I> otherwise.