MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Advance

Method Advance

tests/gtest/gtest.h:10624–10627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10622 return base_;
10623 }
10624 void Advance() override {
10625 value_ = static_cast<T>(value_ + step_);
10626 index_++;
10627 }
10628 ParamIteratorInterface<T>* Clone() const override {
10629 return new Iterator(*this);
10630 }

Callers 2

ParamIteratorClass · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected