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

Method begin

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

Source from the content-addressed store, hash-verified

139 }
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

Callers 2

operator==Function · 0.45
cmMakeRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected