Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ push
Method
push
extern/libcds/test/stress/stack/stack_type.h:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
public:
91
bool push( T const& v )
92
{
93
unique_lock l( m_Lock );
94
m_Impl.push( v );
95
return true;
96
}
97
98
bool pop( T& v )
99
{
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected