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