template <typename Char, size_t N>
struct fixed_string
Defined at line 958 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Members
Char[N] data
Public Methods
void fixed_string<Char, N> (const Char (&)[N] s)
Defined at line 959 of file ../../third_party/fmtlib/src/include/fmt/format.h