Indicates whether a setting can change after initialization.
Synopsis
Declared in <folly/settings/Types.h>
enum class Mutability : int;
Members
Name |
Description |
|
The setting value can change at runtime. |
|
The setting value cannot change once frozen. |
Created with MrDocs