Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/unordered/test/exception/
Dassign_exception_tests.cpp52 template <class T> struct assign_base : public test::exception_base struct
61 assign_base(int tag1, int tag2, float mlf1 = 1.0, float mlf2 = 1.0) in assign_base() argument
70 typedef T data_type;
71 T init() const { return T(x); } in init()
73 void run(T& x1) const in run()
97 template <class T> struct assign_values : assign_base<T> argument