LowerCaseString< STR > Struct Template Reference

#include <constexpr_lowercase.h>

详细描述

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 constexpr const maxon::Char   value [sizeof...(STR)+1]

Member Data Documentation

◆  value

constexpr const maxon::Char value
static constexpr