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

Method Advance

tests/gtest/gtest.h:10711–10714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10709 return base_;
10710 }
10711 void Advance() override {
10712 ++iterator_;
10713 value_.reset();
10714 }
10715 ParamIteratorInterface<T>* Clone() const override {
10716 return new Iterator(*this);
10717 }

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected