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

Tweakable constant parser for the char type.

Expects literals in the form 'a'. Escape characters other than \' and unicode char literals are not supported at the moment.

Public static functions

static auto parse(Containers::StringView value) -> Containers::Pair<TweakableState, char>
Parse the value.