Searched defs:NothrowBoth (Results 1 – 1 of 1) sorted by relevance
27 struct NothrowBoth { struct28 NothrowBoth(NothrowBoth&&) BOOST_NOEXCEPT_IF(true) {}; in BOOST_NOEXCEPT_IF() argument29 void operator=(NothrowBoth&&) BOOST_NOEXCEPT_IF(true) {}; in operator =() argument