Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbool.hpp23 template< bool C_ > struct bool_ struct
27 typedef bool_ type; argument
34 bool const bool_<C_>::value; argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dterminal.hpp173 struct bool_<true> : mpl::bool_<true> struct
175 typedef bool_<true>* is_true;
179 struct bool_<false> : mpl::bool_<false> struct
181 typedef bool_<false>* is_false;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp57 struct bool_ : integral_constant<bool, C_> struct
59 operator bool() const { return C_; } in operator bool()
60 bool operator()() const { return C_; } in operator ()()