Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ max_size
Method
max_size
benchmarks/boost/array.hpp:161–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
static size_type size() { return N; }
160
static bool empty() { return false; }
161
static size_type max_size() { return N; }
162
enum { static_size = N };
163
164
// swap (note: linear complexity)
Callers
3
set_size
Method · 0.95
resize
Method · 0.95
push_back
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected