Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_noexcept_move.cpp35 struct NothrowAssign { struct
36 NothrowAssign(NothrowAssign&&) BOOST_NOEXCEPT_IF(false) {}; in BOOST_NOEXCEPT_IF() argument
37 void operator=(NothrowAssign&&) BOOST_NOEXCEPT_IF(true) {}; in operator =() argument