mp_units::basic_fixed_string<CharT, N - 1>

Deduces basic_fixed_string from a null-terminated character array literal

Synopsis

Declared in <mp-units/ext/fixed_string.h>

template<
    typename CharT,
    std::size_t N>
basic_fixed_string<CharT, N - 1>(CharT const(& str)[]) -> basic_fixed_string<CharT, N - 1>;