Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dnoexcept_tests.cpp111 class equal_to_nothrow class
126 equal_to_nothrow() { test_throw("Constructor"); } in equal_to_nothrow() function in noexcept_tests::equal_to_nothrow
127 equal_to_nothrow(equal_to_nothrow const&) { test_throw("Copy"); } in equal_to_nothrow() function in noexcept_tests::equal_to_nothrow
128 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