Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_nonempty_check.cpp102 struct nonthrowing_class { struct
105 nonthrowing_class() BOOST_NOEXCEPT_IF(false) : trash(123) { in BOOST_NOEXCEPT_IF() argument
109 nonthrowing_class(const nonthrowing_class&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument
113 const nonthrowing_class& operator=(const nonthrowing_class&) BOOST_NOEXCEPT_IF(false) { in operator =() argument
119 nonthrowing_class(nonthrowing_class&&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument
123 const nonthrowing_class& operator=(nonthrowing_class&&) BOOST_NOEXCEPT_IF(false) { in operator =() argument