Searched defs:hash_nothrow (Results 1 – 1 of 1) sorted by relevance
61 class hash_nothrow : boost::hash<int> class76 hash_nothrow() { test_throw("Constructor"); } in hash_nothrow() function in noexcept_tests::hash_nothrow77 hash_nothrow(hash_nothrow const&) { test_throw("Copy"); } in hash_nothrow() function in noexcept_tests::hash_nothrow78 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