Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp216 #define BOOST_MOVE_IS_UNION_IMPL(T) BOOST_MOVE_IS_UNION(T) macro
218 #define BOOST_MOVE_IS_UNION_IMPL(T) false macro
600 { static const bool value = BOOST_MOVE_IS_UNION_IMPL(T); };