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>
enum ConstInitType;
Members
Name |
Description |
|
Tag value passed to a constructor to request constant initialization, avoiding the usual lifetime issues that can affect globals. |
Created with MrDocs