Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ empty
Method
empty
extern/libcds/cds/container/treiber_stack.h:351–354 ·
view source on GitHub ↗
Check if stack is empty
Source
from the content-addressed store, hash-verified
349
350
/// Check if stack is empty
351
bool empty() const
352
{
353
return base_class::empty();
354
}
355
356
/// Clear the stack
357
void clear()
Callers
nothing calls this directly
Calls
1
empty
Function · 0.70
Tested by
no test coverage detected