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

Calls 1

fillFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36