Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_noexcept_move.cpp31 struct NothrowCtor { struct
32 NothrowCtor(NothrowCtor&&) BOOST_NOEXCEPT_IF(true) {}; in BOOST_NOEXCEPT_IF() argument
33 void operator=(NothrowCtor&&) BOOST_NOEXCEPT_IF(false) {}; in operator =() argument