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

Tweakable constant parser for the long long int type.

Expects literals in the form 42ll, 0x2all, 052ll or 0b101010ll, case-insensitive. The ll 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 long>
Parse the value.