Searched defs:NothrowCtor (Results 1 – 1 of 1) sorted by relevance
31 struct NothrowCtor { struct32 NothrowCtor(NothrowCtor&&) BOOST_NOEXCEPT_IF(true) {}; in BOOST_NOEXCEPT_IF() argument33 void operator=(NothrowCtor&&) BOOST_NOEXCEPT_IF(false) {}; in operator =() argument