Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ capacity
Method
capacity
include/boost/json/impl/array.hpp:451–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
std::size_t
452
array::
453
capacity() const noexcept
454
{
455
return t_->capacity;
456
}
457
458
bool
459
array::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected