Returns the default value of a setting by name, if it exists and has type T.
Declared in <folly/settings/Settings.h>
template<typename T>
T const*
getDefaultValue(std::string const& settingName);
If the setting exists and has type T, returns the default value defined by FOLLY_SETTING_DEFINE.
| Name | Description |
|---|---|
| settingName | Fully qualified name of the setting to look up. |