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

Method End

tests/gtest/gtest.h:11154–11156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11152 return new Iterator(this, generators_, false);
11153 }
11154 ParamIteratorInterface<ParamType>* End() const override {
11155 return new Iterator(this, generators_, true);
11156 }
11157
11158 private:
11159 template <class I>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected