Searched defs:AlmostSequential (Results 1 – 6 of 6) sorted by relevance
331 struct AlmostSequential { struct332 mutable Sequential<T> current;334 auto operator()() const -> decltype(current()) { in operator ()()
324 struct AlmostSequential { struct325 mutable Sequential<T> current;327 auto operator()() const -> decltype(current()) { in operator ()()