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

Method IsLast

Source/cmLinkedTree.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 iterator Push(iterator it, T t) { return this->Push_impl(it, std::move(t)); }
139
140 bool IsLast(iterator it) { return it.Position == this->Data.size(); }
141
142 iterator Pop(iterator it)
143 {

Callers 2

PopMethod · 0.95
PopMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected