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

Tweakable constant parser for the unsigned long long int type.

Expects literals in the form 42ull, 0x2aull, 052ull or 0b101010ull, case-insensitive. The ull 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, unsigned long long>
Parse the value.