Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ size
Method
size
extern/libcds/cds/container/mspriority_queue.h:299–302 ·
view source on GitHub ↗
Returns current size of priority queue
Source
from the content-addressed store, hash-verified
297
298
/// Returns current size of priority queue
299
size_t size() const
300
{
301
return base_class::size();
302
}
303
304
/// Return capacity of the priority queue
305
size_t capacity() const
Callers
nothing calls this directly
Calls
1
size
Function · 0.70
Tested by
no test coverage detected