Home
last modified time | relevance | path

Searched refs:nothrow_holder (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/
Dmake_unique.hpp72 struct nothrow_holder struct
78 std::nothrow_t *nothrow_holder<Dummy>::pnothrow =
107 { return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow)T(::boost::forward<Args>… in BOOST_MOVE_DOC1ST()
119 …{ return unique_ptr<T>( new (*boost::move_upmu::nothrow_holder<>::pnothrow)T ( BOOST_MOVE_FWD##N …
145 return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow)T); in BOOST_MOVE_DOC1ST()
171 return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow)U[n]()); in BOOST_MOVE_DOC1ST()
197 return unique_ptr<T>(new (*boost::move_upmu::nothrow_holder<>::pnothrow) U[n]); in BOOST_MOVE_DOC1ST()