Home
last modified time | relevance | path

Searched defs:and_op_impl (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/move/
H A Dadl_move_swap.hpp130 struct and_op_impl struct
131 { static const bool value = false; };
134 struct and_op_impl<P1, P2, true> struct
135 { static const bool value = P2::value; };