Synopsis

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

template<std::ranges::input_range R>
requires std::same_as<std::ranges::range_value_t<R>, CharT>
constexpr
basic_fixed_string(
    std::from_range_t,
    R&& r);

Created with MrDocs