Searched defs:self_swap_base (Results 1 – 1 of 1) sorted by relevance
18 template <class T> struct self_swap_base : public test::exception_base struct21 self_swap_base(std::size_t count = 0) : values(count, test::limited_range) {} in self_swap_base() argument23 typedef T data_type;24 T init() const { return T(values.begin(), values.end()); } in init()49 template <class T> struct self_swap_test1 : self_swap_base<T> argument