...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::compute::make_constant_buffer_iterator
// In header: <boost/compute/iterator/constant_buffer_iterator.hpp> template<typename T> constant_buffer_iterator< T > make_constant_buffer_iterator(const buffer & buffer, size_t index = 0);
Creates a new constant_buffer_iterator
for buffer
at index
.
Parameters: |
|
||||
Returns: |
a |