#include <Corrade/Utility/TweakableParser.h>
template<>
TweakableParser<double> struct
Tweakable constant parser for the double
type.
Expects literals in the form 0.42
, 4.2e-1
, .42
and variants, case-insensitive, with no suffixes. Unary +
or -
is allowed.
Public static functions
-
static auto parse(Containers::
StringView value) -> Containers:: Pair<TweakableState, double> - Parse the value.