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

Method Current

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

Source from the content-addressed store, hash-verified

14035 return new Iterator(*this);
14036 }
14037 virtual const ParamType* Current() const { return &current_value_; }
14038 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
14039 // Having the same base generator guarantees that the other
14040 // 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