MCPcopy Create free account
hub / github.com/BVLC/caffe / Current

Method Current

src/gtest/gtest.h:13702–13702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13700 return new Iterator(*this);
13701 }
13702 virtual const ParamType* Current() const { return &current_value_; }
13703 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
13704 // Having the same base generator guarantees that the other
13705 // iterator is of the same type and we can downcast.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected