MCPcopy 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

EvaluateMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected