MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MakeEmptyIterationRange

Function MakeEmptyIterationRange

Bcore/src/main/cpp/base/iteration_range.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template <typename Iter>
53inline IterationRange<Iter> MakeEmptyIterationRange(const Iter& it) {
54 return IterationRange<Iter>(it, it);
55}
56
57template <typename Container>
58inline auto ReverseRange(Container&& c) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected