#include <Corrade/Utility/TweakableParser.h>
template<>
TweakableParser<int> struct
Tweakable constant parser for the int type.
Expects literals in the form 42, 0x2a, 052 or 0b101010, case-insensitive, with no suffixes. 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, int> - Parse the value.