...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_function_input_iterator
// In header: <boost/compute/iterator/function_input_iterator.hpp> template<typename Function> function_input_iterator< Function > make_function_input_iterator(const Function & function, size_t index = 0);
Returns a function_input_iterator
with function
.
Parameters: |
|
||||
Returns: |
a |