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

Method Clone

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

Source from the content-addressed store, hash-verified

10713 value_.reset();
10714 }
10715 ParamIteratorInterface<T>* Clone() const override {
10716 return new Iterator(*this);
10717 }
10718 // We need to use cached value referenced by iterator_ because *iterator_
10719 // can return a temporary object (and of type other then T), so just
10720 // having "return &*iterator_;" doesn't work.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected