Enumerates the constructor tags used to mark an object as safe for use as a global variable.
Declared in <absl/base/const_init.h>
enum ConstInitType;
| Name | Description |
|---|---|
kConstInit | Tag value passed to a constructor to request constant initialization, avoiding the usual lifetime issues that can affect globals. |