| 867 | iterator_buffer(iterator_buffer&& other) : Traits(other), buffer<T>(data_, 0, buffer_size), out_(other.out_) {} |
| 868 | |
| 869 | ~iterator_buffer() { flush(); } |
| 870 | |
| 871 | auto out() -> OutputIt { |
| 872 | flush(); |
nothing calls this directly
no outgoing calls
no test coverage detected