Searched defs:counting_policy (Results 1 – 1 of 1) sorted by relevance
149 struct counting_policy struct152 counting_policy() : count(NULL) {} in counting_policy() function153 counting_policy(counting_policy const& rhs) : count(rhs.count) {} in counting_policy() argument156 counting_sink<OutputIterator>* chain_counting( in chain_counting()165 void output(T const&) in output()173 counting_sink<OutputIterator>* count; // for counting338 typedef Counting counting_policy; typedef359 typedef Counting counting_policy; typedef