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

Class buffer_iterator_base

include/boost/compute/iterator/buffer_iterator.hpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// type for buffer_iterator<T>
40template<class T>
41class buffer_iterator_base
42{
43public:
44 typedef ::boost::iterator_facade<
45 ::boost::compute::buffer_iterator<T>,
46 T,
47 ::std::random_access_iterator_tag,
48 ::boost::compute::detail::buffer_value<T>
49 > type;
50};
51
52template<class T, class IndexExpr>
53struct buffer_iterator_index_expr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected