Searched defs:digit_to_int (Results 1 – 2 of 2) sorted by relevance
22 struct digit_to_int : digit_to_int_c<D::type::value> {}; struct25 struct digit_to_int<boost::mpl::na> struct27 typedef digit_to_int type;30 struct apply : digit_to_int<D> {};
20 BOOST_METAPARSE_TEST_CASE(digit_to_int) in BOOST_METAPARSE_TEST_CASE() argument