Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ capacity
Method
capacity
include/boost/compute/container/flat_map.hpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
size_type capacity() const
152
{
153
return m_vector.capacity();
154
}
155
156
void reserve(size_type size, command_queue &queue)
157
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected