Home
last modified time | relevance | path

Searched defs:swap_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/unordered/test/exception/
Dswap_exception_tests.cpp58 template <class T> struct swap_base : public test::exception_base struct
67 swap_base(unsigned int count1, unsigned int count2, int tag1, int tag2) in swap_base() argument
80 struct data_type
87 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