Beispiel #1
0
 void run()
 {
     test_OK ();
     test_error ();
     test_throw ();
 }
Beispiel #2
0
 hash_nothrow_move& operator=(hash_nothrow_move const&)
 { test_throw("Assign"); return *this; }
Beispiel #3
0
 std::size_t operator()(int x) const
 { test_throw("Operator"); return static_cast<base const&>(*this)(x); }
Beispiel #4
0
 hash_nothrow_move(hash_nothrow_move const&) { test_throw("Copy"); }