Searched defs:make_if_ (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/proto/transform/ |
| H A D | make.hpp | 92 struct make_if_ struct 97 struct make_if_<R, Expr, State, Data, true> struct 100 static bool const applied = true; 106 struct make_if_<proto::expr<Tag, Args, N>, Expr, State, Data, false> struct 108 typedef proto::expr<Tag, Args, N> type; 109 static bool const applied = false; 114 struct make_if_<proto::basic_expr<Tag, Args, N>, Expr, State, Data, false> struct 116 typedef proto::basic_expr<Tag, Args, N> type; 117 static bool const applied = false;
|