Conversion functions for converting a SettingValueAndMetadata to a setting type T. Implementation is similar to folly/Conv and allows for customization using the convertTo function above.

Synopsis

Return Value

The converted value of type T, or an error on conversion failure.

Parameters

Name

Description

src

The setting string value and its metadata to convert from.

Created with MrDocs