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

Tweakable constant parser for the long int type.

Expects literals in the form 42l, 0x2al, 052l or 0b101010l, case-insensitive. The l suffix is not optional, unary + or - is allowed. C++14 group separator ' is not supported at the moment.

Public static functions

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