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

Method ParamIterator

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

ParamIterator assumes ownership of the impl_ pointer.

Source from the content-addressed store, hash-verified

10520
10521 // ParamIterator assumes ownership of the impl_ pointer.
10522 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10523 ParamIterator& operator=(const ParamIterator& other) {
10524 if (this != &other)
10525 impl_.reset(other.impl_->Clone());

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.45

Tested by

no test coverage detected