MCPcopy Create free account
hub / github.com/apache/singa / ComputeCurrentValue

Method ComputeCurrentValue

test/gtest/gtest.h:14126–14130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14124 }
14125
14126 void ComputeCurrentValue() {
14127 if (!AtEnd())
14128 current_value_ = ParamType(*current1_, *current2_, *current3_,
14129 *current4_);
14130 }
14131 bool AtEnd() const {
14132 // We must report iterator past the end of the range when either of the
14133 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected