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

Method ComputeCurrentValue

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

Source from the content-addressed store, hash-verified

14496 }
14497
14498 void ComputeCurrentValue() {
14499 if (!AtEnd())
14500 current_value_ = ParamType(*current1_, *current2_, *current3_,
14501 *current4_, *current5_, *current6_, *current7_, *current8_);
14502 }
14503 bool AtEnd() const {
14504 // We must report iterator past the end of the range when either of the
14505 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected