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

Function sp_deleter_construct

extern/boost/boost/smart_ptr/shared_ptr.hpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299// deleter constructor helper
300
301template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T > * ppx, Y * p )
302{
303 boost::detail::sp_enable_shared_from_this( ppx, p, p );
304}
305
306#if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION )
307

Callers 3

shared_ptrMethod · 0.85
shared_ptrFunction · 0.85
shared_ptr.hppFile · 0.85

Calls 1

Tested by

no test coverage detected