MCPcopy Create free account
hub / github.com/boostorg/compute / swap

Method swap

include/boost/compute/container/array.hpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 void swap(array<T, N> &other, const command_queue &queue)
250 {
251 ::boost::compute::swap_ranges(begin(), end(), other.begin(), queue);
252 }
253
254 void fill(const value_type &value)
255 {

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 3

swap_rangesFunction · 0.85
beginMethod · 0.45
finishMethod · 0.45

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36