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