Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ empty
Method
empty
extern/libcds/cds/container/optimistic_queue.h:378–381 ·
view source on GitHub ↗
Checks if the queue is empty
Source
from the content-addressed store, hash-verified
376
377
/// Checks if the queue is empty
378
bool empty() const
379
{
380
return base_class::empty();
381
}
382
383
/// Clear the queue
384
/**
Callers
nothing calls this directly
Calls
1
empty
Function · 0.70
Tested by
no test coverage detected