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

Method ComputeCurrentValue

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

Source from the content-addressed store, hash-verified

14279 }
14280
14281 void ComputeCurrentValue() {
14282 if (!AtEnd())
14283 current_value_ = ParamType(*current1_, *current2_, *current3_,
14284 *current4_, *current5_, *current6_, *current7_);
14285 }
14286 bool AtEnd() const {
14287 // We must report iterator past the end of the range when either of the
14288 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected