fixed_string - MichaelMiller-/sec21 GitHub Wiki

fixed_string

#include <sec21/fixed_string.h>

Compile-time string. Pretty useful as template parameter.

Example

template <fixed_string Name, typename T>
struct anything { };

using foo_t = anything<"foo", int>;
⚠️ **GitHub.com Fallback** ⚠️