Returns the metadata for all registered settings in the process.

Synopsis

Declared in <folly/settings/Settings.h>

std::vector<SettingMetadata>
getAllSettingsMeta();

Return Value

SettingMetadata for all registered settings in the process.

Created with MrDocs