MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator=

Function operator=

extern/boost/boost/move/unique_ptr.hpp:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 BOOST_MOVE_DOC1ST(unique_ptr&, typename bmupd::enable_up_moveconv_assign
599 <T BOOST_MOVE_I D BOOST_MOVE_I U BOOST_MOVE_I E BOOST_MOVE_I unique_ptr &>::type)
600 operator=(BOOST_RV_REF_BEG unique_ptr<U, E> BOOST_RV_REF_END u) BOOST_NOEXCEPT
601 {
602 this->reset(u.release());
603 m_data.deleter() = ::boost::move_if_not_lvalue_reference<E>(u.get_deleter());
604 return *this;
605 }
606
607 //! <b>Effects</b>: <tt>reset()</tt>.
608 //!

Callers

nothing calls this directly

Calls 4

deleterMethod · 0.80
get_deleterMethod · 0.80
resetMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected