[#absl-CordBuffer-MaximumPayload-086] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::MaximumPayload :relfileprefix: ../../ :mrdocs: 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`. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static size_t MaximumPayload(size_t block_size); ---- == Return Value The maximum payload for the given block size. == Parameters [cols="1,4"] |=== | Name| Description | *block_size* | The block size of the custom‐limit CordBuffer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#