Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp96 # define BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) || ::boost::move_d… macro
131 # define BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T) __has_nothrow_constructor(T) macro
166 # define BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) BOOST_MOVE_INTEL_TT_… macro
188 # define BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T) __has_nothrow_constructor(T) macro
204 # define BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_default_constructor(T)) macro
277 #ifdef BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR
278 #define BOOST_MOVE_IS_NOTHROW_DEFAULT_CONSTRUCTIBLE(T) BOOST_MOVE_HAS_NOTHROW_CONSTRUCTOR(T)