Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/detail/
H A Dat_impl.hpp28 struct cons_advance struct
32 type;
36 struct cons_advance<Cons, 0> struct
38 typedef Cons type;
42 struct cons_advance<Cons, 1> struct
44 typedef typename Cons::cdr_type type;
48 struct cons_advance<Cons, 2> struct
51 typedef typename Cons::cdr_type::cdr_type type;
59 struct cons_advance<Cons, 3> struct
62 typedef typename Cons::cdr_type::cdr_type::cdr_type type;
[all …]