Magnum::OpenDdl::CharacterLiteral struct

Character literal.

Just a wrapper around Corrade::Containers::ArrayView which ensures that character literals have proper size.

Constructors, destructors, conversion operators

template<std::size_t size>
CharacterLiteral(const char(&string)[size]) constexpr
Constructor.