Open Search
    LowerCaseString< STR > Struct Template Reference

    #include <constexpr_lowercase.h>

    Detailed Description

    template<maxon::Char... STR>
    struct LowerCaseString< STR >

    LowerCaseString has a static member value which is const Char string consisting of the characters given by STR, but converted to lowercase. For example LowerCaseString<'A', 'b', 'C'>value is "abc".

    Static Public Attributes

    static constexpr const maxon::Char value [sizeof...(STR)+1]
     

    Member Data Documentation

    ◆ value

    constexpr const maxon::Char value
    staticconstexpr