Searched defs:move_assign_base (Results 1 – 1 of 1) sorted by relevance
19 template <class T> struct move_assign_base : public test::exception_base struct28 move_assign_base(int tag1, int tag2, float mlf1 = 1.0, float mlf2 = 1.0) in move_assign_base() argument37 typedef T data_type;38 T init() const { return T(x); } in init()39 void run(T& x1) const in run()66 template <class T> struct move_assign_values : move_assign_base<T> argument