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