absl::SetFlagsUsageConfig

Sets the usage reporting configuration callbacks. If any of the callbacks are not set in usage_config instance, then the default value of the callback is used.

Synopsis

Declared in <absl/flags/usage_config.h>

void
SetFlagsUsageConfig(FlagsUsageConfig usage_config);

Parameters

NameDescription
usage_configThe usage reporting configuration to install.