Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_nonempty_check.cpp164 struct nonthrowing_class4 { struct
167 nonthrowing_class4() BOOST_NOEXCEPT_IF(false) : trash(123) { in BOOST_NOEXCEPT_IF() argument
171 nonthrowing_class4(const nonthrowing_class4&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument
175 const nonthrowing_class4& operator=(const nonthrowing_class4&) BOOST_NOEXCEPT_IF(false) { in operator =() argument
181 nonthrowing_class4(nonthrowing_class4&&) BOOST_NOEXCEPT_IF(true) { in BOOST_NOEXCEPT_IF() argument
184 const nonthrowing_class4& operator=(nonthrowing_class4&&) BOOST_NOEXCEPT_IF(true) { in operator =() argument