Searched defs:has_nothrow_constructor (Results 1 – 1 of 1) sorted by relevance
27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct62 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{}; struct