Searched defs:NothrowAssign (Results 1 – 1 of 1) sorted by relevance
35 struct NothrowAssign { struct36 NothrowAssign(NothrowAssign&&) BOOST_NOEXCEPT_IF(false) {}; in BOOST_NOEXCEPT_IF() argument37 void operator=(NothrowAssign&&) BOOST_NOEXCEPT_IF(true) {}; in operator =() argument