Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ back
Method
back
Source/cmGeneratorExpressionNode.cxx:738–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
737
const_reference front() const { return *this->begin(); }
738
const_reference back() const { return *std::prev(this->end()); }
739
740
Range& advance(difference_type amount) &
741
{
Callers
4
ShouldEvaluateNextParameter
Method · 0.45
Evaluate
Method · 0.45
Evaluate
Method · 0.45
Evaluate
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected