Overload to the above MaximumPayload() except that it returns the maximum payload for a CordBuffer returned by the CreateWithCustomLimit() method given the provided block_size.
Declared in <absl/strings/cord_buffer.h>
constexpr
static
size_t
MaximumPayload(size_t block_size);
The maximum payload for the given block size.
| Name | Description |
|---|---|
| block_size | The block size of the custom-limit CordBuffer. |