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

Tweakable constant parser for the unsigned long int type.

Expects literals in the form 42ul, 0x2aul, 052ul or 0b101010ul, case-insensitive. The ul 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>
Parse the value.