|
Nui
|

Go to the source code of this file.
Classes | |
| struct | Nui::FixToLowerFlag |
| class | Nui::FixedString< Size > |
| Utilitarian class to store and modify strings in compile time. More... | |
Namespaces | |
| namespace | Nui |
Functions | |
| template<unsigned N> | |
| Nui::FixedString (char const (&)[N]) -> FixedString< N - 1 > | |
| template<unsigned... Length> | |
| constexpr auto | Nui::fixConcat (const char(&... strings)[Length]) |
| Allows for compile-time string concatenation. | |
| template<unsigned N> | |
| constexpr auto | Nui::fixToLower (FixedString< N > base) |
| template<unsigned N> | |
| constexpr auto | Nui::fixToLower (char const (&str)[N]) |