MCPcopy 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_CASEFunction · 0.45
extentsMethod · 0.45
random_fillFunction · 0.45

Calls 2

fillFunction · 0.50
finishMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36