Classes | |
| struct | LowerCaseString< STR > |
| struct | LowerCaseStringHelper< STRING_WRAPPER, std::index_sequence< INDICES... > > |
Namespaces | |
| maxon | |
| maxon::details | |
Macros | |
| #define | MAXON_CONSTEXPR_TOLOWER(stringLiteral) |
| #define MAXON_CONSTEXPR_TOLOWER | ( | stringLiteral | ) |
MAXON_CONSTEXPR_TOLOWER returns the given string literal as a C string where all characters have be converted to lower case. The construction of the converted C string happens at compile time.
| [in] | stringLiteral | A C string literal. |