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

Method ComputeCurrentValue

test/gtest/gtest.h:15368–15373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15366 }
15367
15368 void ComputeCurrentValue() {
15369 if (!AtEnd())
15370 current_value_ = ParamType(*current1_, *current2_, *current3_,
15371 *current4_, *current5_, *current6_, *current7_, *current8_,
15372 *current9_, *current10_);
15373 }
15374 bool AtEnd() const {
15375 // We must report iterator past the end of the range when either of the
15376 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected