Searched refs:has_nothrow_constructor (Results 1 – 8 of 8) sorted by relevance
27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
192 # if __has_feature(has_nothrow_constructor)
177 typedef mpl::not_< has_nothrow_constructor<t_> > type;1426 BOOST_NOEXCEPT_IF(boost::has_nothrow_constructor<internal_T0>::value) in BOOST_NOEXCEPT_IF()
130 # if __has_feature(has_nothrow_constructor)
528 struct has_nothrow_constructor
3771 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)3827 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)