Home
last modified time | relevance | path

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

/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dnth_of_c.hpp30 struct nth_of_c<N, S, Pos, P, Ps...> struct
34 struct apply_unchecked :
50 type;
54 struct nth_of_c<0, S, Pos, P, Ps...> struct
58 struct apply_unchecked :
74 type;
/third_party/boost/boost/metaparse/v1/cpp11/
Dnth_of_c.hpp23 struct nth_of_c struct
25 typedef nth_of_c type;
28 struct apply :
39 struct nth_of_c<N> : fail<error::index_out_of_range<0, -1, N>> {}; struct