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

Method end

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

Source from the content-addressed store, hash-verified

36
37 iterator begin() const { return first_; }
38 iterator end() const { return last_; }
39 iterator cbegin() const { return first_; }
40 iterator cend() const { return last_; }
41

Callers 1

ReverseRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected