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