Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ enqueue
Method
enqueue
extern/libcds/test/stress/queue/queue_type.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return base_class::push_back( v );
89
}
90
bool enqueue( T const& v )
91
{
92
return push( v );
93
}
94
95
bool pop( T& v )
96
{
Callers
nothing calls this directly
Calls
1
push
Function · 0.50
Tested by
no test coverage detected