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

Method ParamGenerator

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

Source from the content-addressed store, hash-verified

10577 typedef ParamIterator<T> iterator;
10578
10579 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
10580 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
10581
10582 ParamGenerator& operator=(const ParamGenerator& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected