Get an iterator to one past the end element in a buffer sequence.
| 248 | |
| 249 | /// Get an iterator to one past the end element in a buffer sequence. |
| 250 | inline const mutable_buffer* buffer_sequence_end( |
| 251 | const mutable_registered_buffer& b) noexcept |
| 252 | { |
| 253 | return &b.buffer() + 1; |
| 254 | } |
| 255 | |
| 256 | /// Get an iterator to one past the end element in a buffer sequence. |
| 257 | inline const const_buffer* buffer_sequence_end( |
nothing calls this directly
no outgoing calls
no test coverage detected