Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_noexcept_move.cpp39 struct NothrowNone { struct
40 NothrowNone(NothrowNone&&) BOOST_NOEXCEPT_IF(false) {}; in BOOST_NOEXCEPT_IF() argument
41 void operator=(NothrowNone&&) BOOST_NOEXCEPT_IF(false) {}; in operator =() argument