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

Tweakable constant parser for the bool type.

Expects literals in the form true or false.

Public static functions

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