Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_clone
Function · 0.45
new_clone
Function · 0.45
push_back
Method · 0.45
push_front
Method · 0.45
insert
Method · 0.45
rinsert
Method · 0.45
transfer
Method · 0.45
new_clone
Function · 0.45
replace
Method · 0.45
new_clone
Function · 0.45
new_clone
Function · 0.45
insert
Method · 0.45
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected