Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dfwd_macros.hpp714 #define BOOST_MOVE_OR(x, y) BOOST_MOVE_OR_I(x, y)
715 #define BOOST_MOVE_OR_I(x, y) BOOST_MOVE_BITOR(BOOST_MOVE_BOOL(x), BOOST_MOVE_BOOL(y)) macro