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

Function make_zip_iterator

include/boost/compute/iterator/zip_iterator.hpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273/// \endcode
274template<class IteratorTuple>
275inline zip_iterator<IteratorTuple>
276make_zip_iterator(IteratorTuple iterators)
277{
278 return zip_iterator<IteratorTuple>(iterators);
279}
280
281/// \internal_ (is_device_iterator specialization for zip_iterator)
282template<class IteratorTuple>

Callers 9

mainFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
inner_productFunction · 0.85
mismatchFunction · 0.85
transform_reduceFunction · 0.85
transformFunction · 0.85

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68