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

Method Iterator

tests/gtest/gtest.h:10616–10618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10614 class Iterator : public ParamIteratorInterface<T> {
10615 public:
10616 Iterator(const ParamGeneratorInterface<T>* base, T value, int index,
10617 IncrementT step)
10618 : base_(base), value_(value), index_(index), step_(step) {}
10619 ~Iterator() override {}
10620
10621 const ParamGeneratorInterface<T>* BaseGenerator() const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected