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

Method Clone

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

Source from the content-addressed store, hash-verified

10626 index_++;
10627 }
10628 ParamIteratorInterface<T>* Clone() const override {
10629 return new Iterator(*this);
10630 }
10631 const T* Current() const override { return &value_; }
10632 bool Equals(const ParamIteratorInterface<T>& other) const override {
10633 // Having the same base generator guarantees that the other

Callers 3

ParamIteratorMethod · 0.45
ParamIteratorClass · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected