Returns the span delineating the available capacity in this buffer which is defined as { data() + length(), capacity() ‐ length() }.
Synopsis
Declared in <absl/strings/cord_buffer.h>
absl::Span<char>
available();
Return Value
The span of available capacity.
Created with MrDocs