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

Method Begin

tests/gtest/gtest.h:10691–10693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10689 ~ValuesInIteratorRangeGenerator() override {}
10690
10691 ParamIteratorInterface<T>* Begin() const override {
10692 return new Iterator(this, container_.begin());
10693 }
10694 ParamIteratorInterface<T>* End() const override {
10695 return new Iterator(this, container_.end());
10696 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected