Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ pop
Method
pop
extern/libcds/cds/container/moir_queue.h:251–254 ·
view source on GitHub ↗
Synonym for \p dequeue() function
Source
from the content-addressed store, hash-verified
249
250
/// Synonym for \p dequeue() function
251
bool pop( value_type& dest )
252
{
253
return dequeue( dest );
254
}
255
256
/// Synonym for \p dequeue_with() function
257
template <typename Func>
Callers
nothing calls this directly
Calls
1
dequeue
Function · 0.70
Tested by
no test coverage detected