MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / operator*

Method operator*

include/msd/blocking_iterator.hpp:79–79  ·  view source on GitHub ↗

* @brief Returns the latest element retrieved from the channel. * * @return A const reference to the element. */

Source from the content-addressed store, hash-verified

77 * @return A const reference to the element.
78 */
79 reference operator*() { return value_; }
80
81 /**
82 * @brief Makes iteration continue until the channel is closed and empty.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected