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

Method end

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

Source from the content-addressed store, hash-verified

10586
10587 iterator begin() const { return iterator(impl_->Begin()); }
10588 iterator end() const { return iterator(impl_->End()); }
10589
10590 private:
10591 std::shared_ptr<const ParamGeneratorInterface<T> > impl_;

Callers

nothing calls this directly

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected