Nui
Classes | Namespaces | Functions
fixed_string.hpp File Reference
This graph shows which files directly or indirectly include this file:

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

 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. More...
 
template<unsigned N>
constexpr auto Nui::fixToLower (FixedString< N > base)
 
template<unsigned N>
constexpr auto Nui::fixToLower (char const (&str)[N])