MCPcopy Create free account
hub / github.com/apache/singa / ParamIterator

Method ParamIterator

test/gtest/gtest.h:10105–10105  ·  view source on GitHub ↗

ParamIterator assumes ownership of the impl_ pointer.

Source from the content-addressed store, hash-verified

10103
10104 // ParamIterator assumes ownership of the impl_ pointer.
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
10106 ParamIterator& operator=(const ParamIterator& other) {
10107 if (this != &other)
10108 impl_.reset(other.impl_->Clone());

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.45

Tested by

no test coverage detected