Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ fill
Method
fill
include/boost/compute/container/array.hpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void fill(const value_type &value, const command_queue &queue)
245
{
246
::boost::compute::fill(begin(), end(), value, queue);
247
}
248
249
void swap(array<T, N> &other, const command_queue &queue)
250
{
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
extents
Method · 0.45
random_fill
Function · 0.45
Calls
2
fill
Function · 0.50
finish
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36