Searched defs:swap_base (Results 1 – 1 of 1) sorted by relevance
58 template <class T> struct swap_base : public test::exception_base struct67 swap_base(unsigned int count1, unsigned int count2, int tag1, int tag2) in swap_base() argument80 struct data_type87 data_type init() const { return data_type(initial_x, initial_y); } in init()89 void run(data_type& d) const in run()118 template <class T> struct swap_test1 : swap_base<T> argument