MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / release

Method release

include/win/boost/ptr_container/ptr_array.hpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 std::auto_ptr<this_type> release()
119 {
120 std::auto_ptr<this_type> ptr( new this_type );
121 this->swap( *ptr );
122 return ptr;
123 }
124
125 std::auto_ptr<this_type> clone() const
126 {

Callers 15

new_cloneFunction · 0.45
new_cloneFunction · 0.45
push_backMethod · 0.45
push_frontMethod · 0.45
insertMethod · 0.45
rinsertMethod · 0.45
transferMethod · 0.45
new_cloneFunction · 0.45
replaceMethod · 0.45
new_cloneFunction · 0.45
new_cloneFunction · 0.45
insertMethod · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected