Searched defs:last_of (Results 1 – 2 of 2) sorted by relevance
21 struct last_of struct23 typedef last_of type;26 struct apply : impl::nth_of_c<sizeof...(Ps) - 1, S, Pos, Ps...> {};30 struct last_of<> : fail<error::index_out_of_range<0, -1, 0>> {}; struct
19 BOOST_METAPARSE_TEST_CASE(last_of) in BOOST_METAPARSE_TEST_CASE() argument