Searched defs:CountIter (Results 1 – 1 of 1) sorted by relevance
191 CountIter() : count_(0) {} in CountIter() function192 explicit CountIter(size_t count) : count_(count) {} in CountIter() function