Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dfwd_macros.hpp655 # define BOOST_MOVE_BOOL(x) BOOST_MOVE_BOOL_I(x) macro
656 # define BOOST_MOVE_BOOL_I(x) BOOST_MOVE_BOOL##x
669 #define BOOST_MOVE_I_IF(x) BOOST_MOVE_I_IF_I (BOOST_MOVE_BOOL(x))
677 #define BOOST_MOVE_IF_I(cond, t, f) BOOST_MOVE_IIF(BOOST_MOVE_BOOL(cond), t, f)
715 #define BOOST_MOVE_OR_I(x, y) BOOST_MOVE_BITOR(BOOST_MOVE_BOOL(x), BOOST_MOVE_BOOL(y))
727 #define BOOST_MOVE_AND_I(x, y) BOOST_MOVE_BITAND(BOOST_MOVE_BOOL(x), BOOST_MOVE_BOOL(y))