roar
Loading...
Searching...
No Matches
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

class  Roar::Detail::FixedString< Size >
 Utilitarian class to store and modify strings in compile time. More...
 

Namespaces

namespace  Roar
 
namespace  Roar::Detail
 

Functions

template<unsigned N>
 Roar::Detail::FixedString (char const (&)[N]) -> FixedString< N - 1 >
 
template<unsigned... Length>
constexpr auto Roar::Detail::FixConcat (const char(&... strings)[Length])
 Allows for compile-time string concatenation. Use very sparingly.