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

Method size

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

Source from the content-addressed store, hash-verified

143 bool empty() const { return this->Begin == this->End; }
144
145 difference_type size() const
146 {
147 return std::distance(this->Begin, this->End);
148 }
149
150 cmRange& advance(difference_type amount) &
151 {

Callers 1

operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected