Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ reserve
Method
reserve
include/boost/compute/container/flat_map.hpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void reserve(size_type size, command_queue &queue)
157
{
158
m_vector.reserve(size, queue);
159
}
160
161
void reserve(size_type size)
162
{
Callers
nothing calls this directly
Calls
2
default_queue
Method · 0.80
finish
Method · 0.45
Tested by
no test coverage detected