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

Method End

tests/gtest/gtest.h:10694–10696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10692 return new Iterator(this, container_.begin());
10693 }
10694 ParamIteratorInterface<T>* End() const override {
10695 return new Iterator(this, container_.end());
10696 }
10697
10698 private:
10699 typedef typename ::std::vector<T> ContainerType;

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected