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

Method End

tests/gtest/gtest.h:10609–10611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10607 return new Iterator(this, begin_, 0, step_);
10608 }
10609 ParamIteratorInterface<T>* End() const override {
10610 return new Iterator(this, end_, end_index_, step_);
10611 }
10612
10613 private:
10614 class Iterator : public ParamIteratorInterface<T> {

Callers 1

endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected