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

Tweakable constant parser for the unsigned int type.

Expects literals in the form 42u, 0x2au, 052u or 0b101010u, case-insensitive. The u 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 int>
Parse the value.