Synopsis

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

template<
    typename CharT,
    std::same_as<CharT>... Rest>
basic_fixed_string<CharT, 1 + sizeof...(Rest)>(
    CharT,
    Rest...) → basic_fixed_string<CharT, 1 + sizeof...(Rest)>;

Created with MrDocs