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

Method shared_ptr

extern/boost/boost/smart_ptr/shared_ptr.hpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370 template<class Y>
371 explicit shared_ptr( Y * p ): px( p ), pn() // Y must be complete
372 {
373 boost::detail::sp_pointer_construct( this, p, pn );
374 }
375
376 //
377 // Requirements: D's copy/move constructors must not throw

Callers

nothing calls this directly

Calls 4

sp_pointer_constructFunction · 0.85
sp_deleter_constructFunction · 0.85
sp_nothrow_tagClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected