#include <constexpr_lowercase.h>
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] |
|
static constexpr |