Get an iterator to the first element in a buffer sequence.
| 231 | |
| 232 | /// Get an iterator to the first element in a buffer sequence. |
| 233 | inline const mutable_buffer* buffer_sequence_begin( |
| 234 | const mutable_registered_buffer& b) noexcept |
| 235 | { |
| 236 | return &b.buffer(); |
| 237 | } |
| 238 | |
| 239 | /// Get an iterator to the first element in a buffer sequence. |
| 240 | inline const const_buffer* buffer_sequence_begin( |
nothing calls this directly
no outgoing calls
no test coverage detected