[#absl-FixedArray-value_type] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::value_type :relfileprefix: ../../ :mrdocs: The type of the elements stored in the fixed array. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using value_type = AllocatorTraits::value_type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#