| 463 | std::size_t bytes_transferred = 0; |
| 464 | |
| 465 | explicit |
| 466 | write_some_lambda(Stream& stream) |
| 467 | : stream_(stream) |
| 468 | { |
| 469 | } |
| 470 | |
| 471 | template<class ConstBufferSequence> |
| 472 | void |
nothing calls this directly
no outgoing calls
no test coverage detected