Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_nonempty_check.cpp138 struct nonthrowing_class3 { struct
141 nonthrowing_class3() BOOST_NOEXCEPT_IF(true) : trash(123) {} in BOOST_NOEXCEPT_IF() argument
143 nonthrowing_class3(const nonthrowing_class3&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument
147 const nonthrowing_class3& operator=(const nonthrowing_class3&) BOOST_NOEXCEPT_IF(false) { in operator =() argument
153 nonthrowing_class3(nonthrowing_class3&&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument
157 const nonthrowing_class3& operator=(nonthrowing_class3&&) BOOST_NOEXCEPT_IF(false) { in operator =() argument