Searched refs:push_back_c (Results 1 – 6 of 6) sorted by relevance
21 BOOST_METAPARSE_TEST_CASE(push_back_c) in BOOST_METAPARSE_TEST_CASE() argument23 using boost::metaparse::v1::impl::push_back_c; in BOOST_METAPARSE_TEST_CASE()33 equal_to<hello, push_back_c<string<'h','e','l','l'>, 'o'>::type> in BOOST_METAPARSE_TEST_CASE()37 BOOST_MPL_ASSERT((equal_to<string<'x'>, push_back_c<string<>, 'x'>::type>)); in BOOST_METAPARSE_TEST_CASE()
82 [ compile push_back_c.cpp ]
20 struct push_back_c;23 struct push_back_c<string<Cs...>, C> : string<Cs..., C> {}; struct
22 struct push_back_c;25 struct push_back_c : struct
61 boost::metaparse::v1::impl::push_back_c<
67 boost::metaparse::v1::impl::push_back_c<