Searched refs:BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR (Results 1 – 2 of 2) sorted by relevance
18 #ifdef BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR33 …_trivial_move_constructor : public integral_constant<bool, BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR(T)>{…
126 # define BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR(T) ((__has_trivial_move_constructor(T) || boost::… macro223 # define BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR(T) (__has_trivial_move_constructor(T) && is_constr… macro291 # define BOOST_HAS_TRIVIAL_MOVE_CONSTRUCTOR(T) (__is_trivially_constructible(T, T&&) && is_cons… macro