template<>
Corrade::Utility::TweakableParser<Magnum::Math::Deg<Magnum::Double>> struct

Tweakable literal parser.

Parses the Magnum::Math::Literals::AngleLiterals::operator""_deg literal.

Public static functions

static auto parse(Containers::StringView value) -> Containers::Pair<TweakableState, Magnum::Math::Deg<Magnum::Double>>
Parse the value.