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:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void fill(const value_type &value)
230
{
231
::boost::compute::fill(begin(), end(), value);
232
}
233
234
void swap(array<T, N> &other)
235
{
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
extents
Method · 0.45
random_fill
Function · 0.45
Calls
1
fill
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36