MCPcopy Create free account
hub / github.com/Kitware/CMake / end

Method end

Source/cmRange.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 Iter begin() const { return this->Begin; }
142 Iter end() const { return this->End; }
143 bool empty() const { return this->Begin == this->End; }
144
145 difference_type size() const

Callers 2

operator==Function · 0.45
cmMakeRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected