Home
last modified time | relevance | path

Searched defs:if_else_ (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/proto/
H A Dtraits.hpp423 struct if_else_ struct
426 typedef proto::expr<proto::tag::if_else_, list3<T, U, V>, 3> type;
427 typedef proto::basic_expr<proto::tag::if_else_, list3<T, U, V>, 3> proto_grammar;
430 struct impl
435 typedef proto::tag::if_else_ proto_tag;
437 typedef T proto_child0;
439 typedef U proto_child1;
441 typedef V proto_child2;
H A Dtags.hpp150 struct if_else_ {}; struct