Indicates whether a setting can change after initialization.

Synopsis

Declared in <folly/settings/Types.h>

enum class Mutability : int;

Members

Name

Description

Mutable

The setting value can change at runtime.

Immutable

The setting value cannot change once frozen.

Created with MrDocs