Default capacity limits of allocated CordBuffers.
Synopsis
Declared in <absl/strings/cord_buffer.h>
inline constexpr static
size_t kDefaultLimit = cord_internal::kMaxFlatLength;
Description
See the class comments for more information on allocation limits.
Created with MrDocs