Searched defs:nonthrowing_class (Results 1 – 1 of 1) sorted by relevance
102 struct nonthrowing_class { struct105 nonthrowing_class() BOOST_NOEXCEPT_IF(false) : trash(123) { in BOOST_NOEXCEPT_IF() argument109 nonthrowing_class(const nonthrowing_class&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument113 const nonthrowing_class& operator=(const nonthrowing_class&) BOOST_NOEXCEPT_IF(false) { in operator =() argument119 nonthrowing_class(nonthrowing_class&&) BOOST_NOEXCEPT_IF(false) { in BOOST_NOEXCEPT_IF() argument123 const nonthrowing_class& operator=(nonthrowing_class&&) BOOST_NOEXCEPT_IF(false) { in operator =() argument