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

Tweakable constant parser for the long double type.

Expects literals in the form 0.42l, 4.2e-1l, .42l and variants, case-insensitive. The l suffix is not optional, unary + or - is allowed.

Public static functions

static auto parse(Containers::StringView value) -> Containers::Pair<TweakableState, long double>
Parse the value.