[#absl-FixedArray-NonEmptyInlinedStorage-AnnotateConstruct] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::xref:absl/FixedArray.adoc[NonEmptyInlinedStorage]::AnnotateConstruct :relfileprefix: ../../../ :mrdocs: Annotates the inline storage redzones after constructing `n` elements. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AnnotateConstruct(xref:absl/FixedArray/size_type.adoc[FixedArray<T, N, A>::size_type] n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | The number of constructed elements. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#