Searched defs:counting_projection (Results 1 – 1 of 1) sorted by relevance
25 constexpr counting_projection(int& count) : count_(&count) {} in counting_projection() function26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection() function