Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp79 # define BOOST_MOVE_IS_UNION(T) BOOST_STD_EXTENSION_NAMESPACE::is_union<T>::value macro
89 # define BOOST_MOVE_IS_UNION(T) __is_union(T) macro
110 # define BOOST_MOVE_IS_UNION(T) __is_union(T) macro
159 # define BOOST_MOVE_IS_UNION(T) __is_union(T) macro
181 # define BOOST_MOVE_IS_UNION(T) __is_union(T) macro
197 # define BOOST_MOVE_IS_UNION(T) __is_union(T) macro
215 #ifdef BOOST_MOVE_IS_UNION
216 #define BOOST_MOVE_IS_UNION_IMPL(T) BOOST_MOVE_IS_UNION(T)