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

Method ComputeCurrentValue

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

Source from the content-addressed store, hash-verified

13466 }
13467
13468 void ComputeCurrentValue() {
13469 if (!AtEnd())
13470 current_value_ = ParamType(*current1_, *current2_);
13471 }
13472 bool AtEnd() const {
13473 // We must report iterator past the end of the range when either of the
13474 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected