Synopsis

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

template<
    std::input_iterator It,
    std::sentinel_for<It> S>
requires std::same_as<std::iter_value_t<It>, CharT>
constexpr
basic_fixed_string(
    It begin,
    S end);

Created with MrDocs