template<typename T>
{ value.to_sv_range() } -> std::ranges::input_range;
requires std::convertible_to<
std::ranges::range_reference_t<decltype(value.to_sv_range())>,
>;
}
std::string_view string_view
The string_view class used by this library.
Definition at line 352 of file common.hpp.