[#absl-CordBuffer-kDefaultLimit] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::kDefaultLimit :relfileprefix: ../../ :mrdocs: Default capacity limits of allocated CordBuffers. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static size_t kDefaultLimit = cord_internal::kMaxFlatLength; ---- == Description See the class comments for more information on allocation limits. [.small]#Created with https://www.mrdocs.com[MrDocs]#