Searched defs:equal_to_nothrow (Results 1 – 1 of 1) sorted by relevance
111 class equal_to_nothrow class126 equal_to_nothrow() { test_throw("Constructor"); } in equal_to_nothrow() function in noexcept_tests::equal_to_nothrow127 equal_to_nothrow(equal_to_nothrow const&) { test_throw("Copy"); } in equal_to_nothrow() function in noexcept_tests::equal_to_nothrow128 equal_to_nothrow& operator=(BOOST_COPY_ASSIGN_REF(equal_to_nothrow)) in operator =()133 equal_to_nothrow& operator=(BOOST_RV_REF(equal_to_nothrow)) in operator =()146 friend void swap(equal_to_nothrow&, equal_to_nothrow&) in swap() argument