Home
last modified time | relevance | path

Searched defs:counting_iterator_index_expr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/compute/iterator/
Dcounting_iterator.hpp46 struct counting_iterator_index_expr struct
48 typedef T result_type;
50 counting_iterator_index_expr(const T init, const IndexExpr &expr) in counting_iterator_index_expr() argument
56 const T m_init;
57 const IndexExpr m_expr;