Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Pop
Method · 0.95
Pop
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected