Home
last modified time | relevance | path

Searched defs:last_of (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/metaparse/v1/cpp11/
Dlast_of.hpp21 struct last_of struct
23 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
/third_party/boost/libs/metaparse/test/
Dlast_of.cpp19 BOOST_METAPARSE_TEST_CASE(last_of) in BOOST_METAPARSE_TEST_CASE() argument