Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator*
Method
operator*
extern/boost/boost/thread/tss.hpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
return get();
71
}
72
typename add_reference<T>::type operator*() const
73
{
74
return *get();
75
}
76
T* release()
77
{
78
T* const temp=get();
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected