fixed_string - MichaelMiller-/sec21 GitHub Wiki
#include <sec21/fixed_string.h>
Compile-time string. Pretty useful as template parameter.
template <fixed_string Name, typename T>
struct anything { };
using foo_t = anything<"foo", int>;
#include <sec21/fixed_string.h>
Compile-time string. Pretty useful as template parameter.
template <fixed_string Name, typename T>
struct anything { };
using foo_t = anything<"foo", int>;