MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / deleter

Method deleter

extern/boost/boost/move/unique_ptr.hpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 template <class U>
109 BOOST_MOVE_FORCEINLINE unique_ptr_data(P p, BOOST_FWD_REF(U) d1) BOOST_NOEXCEPT
110 : m_p(p), d(::boost::forward<U>(d1))
111 {}
112
113 BOOST_MOVE_FORCEINLINE del_ref deleter() { return d; }
114 BOOST_MOVE_FORCEINLINE del_cref deleter() const{ return d; }
115
116 P m_p;

Callers 7

get_local_deleterFunction · 0.80
~unique_ptrFunction · 0.80
unique_ptr.hppFile · 0.80
operator=Function · 0.80
get_deleterFunction · 0.80
resetFunction · 0.80
swapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected