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

Method Clone

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

Source from the content-addressed store, hash-verified

15301 ComputeCurrentValue();
15302 }
15303 virtual ParamIteratorInterface<ParamType>* Clone() const {
15304 return new Iterator(*this);
15305 }
15306 virtual const ParamType* Current() const { return &current_value_; }
15307 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
15308 // Having the same base generator guarantees that the other

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected