Returns an iterator to the beginning of the output range.
| 1296 | |
| 1297 | // Returns an iterator to the beginning of the output range. |
| 1298 | iterator out() { return out_; } |
| 1299 | |
| 1300 | // Advances the begin iterator to ``it``. |
| 1301 | void advance_to(iterator it) { out_ = it; } |
no outgoing calls
no test coverage detected