Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ advance
Method
advance
Source/cmGeneratorExpressionNode.cxx:745–749 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
return *this;
744
}
745
Range advance(difference_type amount) &&
746
{
747
Base::advance(amount);
748
return std::move(*this);
749
}
750
};
751
752
using Arguments = Range<std::vector<std::string>>;
Callers
4
Evaluate
Method · 0.45
Evaluate
Method · 0.45
Evaluate
Method · 0.45
GetSourceFile
Function · 0.45
Calls
1
move
Function · 0.85
Tested by
no test coverage detected