Searched defs:IntervalCompare (Results 1 – 1 of 1) sorted by relevance
246 struct QUICHE_NO_EXPORT IntervalCompare { struct247 bool operator()(const T& item, std::size_t interval_begin) const { in operator()