Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dnoexcept_tests.cpp61 class hash_nothrow : boost::hash<int> class
76 hash_nothrow() { test_throw("Constructor"); } in hash_nothrow() function in noexcept_tests::hash_nothrow
77 hash_nothrow(hash_nothrow const&) { test_throw("Copy"); } in hash_nothrow() function in noexcept_tests::hash_nothrow
78 hash_nothrow& operator=(BOOST_COPY_ASSIGN_REF(hash_nothrow)) in operator =()
83 hash_nothrow& operator=(BOOST_RV_REF(hash_nothrow)) in operator =()
96 friend void swap(hash_nothrow&, hash_nothrow&) in swap() argument