[#absl-ConstInitType] = xref:absl.adoc[absl]::ConstInitType :relfileprefix: ../ :mrdocs: Enumerates the constructor tags used to mark an object as safe for use as a global variable. == Synopsis Declared in `<absl/base/const_init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum ConstInitType; ---- == Members [cols="1,4"] |=== | Name| Description | `kConstInit` | Tag value passed to a constructor to request constant initialization, avoiding the usual lifetime issues that can affect globals. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#