MCPcopy Create free account
hub / github.com/apache/singa / operator==

Method operator==

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

Source from the content-addressed store, hash-verified

10123 return ParamIterator(clone);
10124 }
10125 bool operator==(const ParamIterator& other) const {
10126 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
10127 }
10128 bool operator!=(const ParamIterator& other) const {
10129 return !(*this == other);
10130 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
EqualsMethod · 0.45

Tested by

no test coverage detected