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

Method ~ParamIteratorInterface

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

Source from the content-addressed store, hash-verified

10485class ParamIteratorInterface {
10486 public:
10487 virtual ~ParamIteratorInterface() {}
10488 // A pointer to the base generator instance.
10489 // Used only for the purposes of iterator comparison
10490 // to make sure that two iterators belong to the same generator.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected