Home
last modified time | relevance | path

Searched refs:as_meta_element (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dmake_cons.hpp28 struct as_meta_element struct
34 struct as_meta_element<T&> : as_meta_element<T> // always store by value struct
38 struct as_meta_element<T[N]> struct
48 …typedef typename as_meta_element<Car>::type car_type; typedef typename fusion::cons<car…
53 fusion::cons<typename as_meta_element<Car>::type, Cdr>
56 typedef typename as_meta_element<Car>::type car_type; in make_cons()
62 fusion::cons<typename as_meta_element<Car>::type>
65 typedef typename as_meta_element<Car>::type car_type; in make_cons()
75 fusion::cons<typename as_meta_element<Car>::type>
78 typedef typename as_meta_element<Car>::type car_type; in make_cons()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dmeta_compiler.hpp251 typedef typename detail::as_meta_element<Expr>::type expr_; in compile()