template<>
Corrade::Utility::ConfigurationValue<long double> struct

Configuration value parser and writer for long double type.

Empty value is parsed as 0.0l. Values are saved with 18 significant digits on platforms with 80-bit long double and 15 digits on platforms where it is 64-bit, same as how Debug or format() prints them.