Searched defs:optional_swap_should_use_default_constructor (Results 1 – 2 of 2) sorted by relevance
209 template <> struct optional_swap_should_use_default_constructor< struct212 template <> struct optional_swap_should_use_default_constructor< struct215 template <class T> struct optional_swap_should_use_default_constructor< struct
97 struct optional_swap_should_use_default_constructor : boost::false_type {} ; struct102 struct optional_swap_should_use_default_constructor : has_nothrow_default_constructor<T> {} ; struct