* @brief Returns the latest element retrieved from the channel. * * @return A const reference to the element. */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected