MCPcopy 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
752using Arguments = Range<std::vector<std::string>>;

Callers 4

EvaluateMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
GetSourceFileFunction · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected