Searched refs:has_nothrow_default_constructor (Results 1 – 2 of 2) sorted by relevance
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{}; struct
102 struct optional_swap_should_use_default_constructor : has_nothrow_default_constructor<T> {} ;