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

Method IterationRange

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

Source from the content-addressed store, hash-verified

33 typedef typename std::iterator_traits<Iter>::reference reference;
34
35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { }
36
37 iterator begin() const { return first_; }
38 iterator end() const { return last_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected