/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/common/fixed_string.hh File Reference#

DiFfRG: /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/common/fixed_string.hh File Reference
DiFfRG
fixed_string.hh File Reference
#include <initializer_list>

Go to the source code of this file.

Classes

struct  DiFfRG::FixedString< N >
 A fixed size compile-time string. More...
 

Namespaces

namespace  DiFfRG
 

Functions

template<unsigned N>
 DiFfRG::FixedString (char const (&)[N]) -> FixedString< N - 1 >
 
template<unsigned N1, unsigned N2>
consteval bool DiFfRG::strings_equal (FixedString< N1 > s1, FixedString< N2 > s2)