[#absl-FixedArray-inline_elements] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::inline_elements :relfileprefix: ../../ :mrdocs: The number of elements stored inline before heap allocation is used. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static xref:absl/FixedArray/size_type.adoc[size_type] inline_elements = (N == kFixedArrayUseDefault ? kInlineBytesDefault / sizeof(value_type) : static_cast<size_type>(N)); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#