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:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return base_class::push_front( v );
55
}
56
bool enqueue( T const& v )
57
{
58
return push( v );
59
}
60
61
bool pop( T& v )
62
{
Callers
nothing calls this directly
Calls
1
push
Function · 0.50
Tested by
no test coverage detected