Indicates whether a setting accepts overrides from the command line.

Synopsis

Declared in <folly/settings/Types.h>

enum class CommandLine : int;

Members

Name

Description

AcceptOverrides

The setting can be overridden from the command line.

RejectOverrides

The setting cannot be overridden from the command line.

Created with MrDocs