Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ release
Method
release
include/win/boost/python/handle.hpp:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
211
template <class T>
212
inline T* handle<T>::release()
213
{
214
T* result = m_p;
215
m_p = 0;
216
return result;
217
}
218
219
template <class T>
220
inline void handle<T>::reset()
Callers
8
~NodeImpl
Method · 0.45
multi_index_container
Method · 0.45
method_result
Class · 0.45
convert_result
Function · 0.45
lw_thread_create
Function · 0.45
unique_ptr.hpp
File · 0.45
unique_ptr
Function · 0.45
operator=
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected