Variable sequant::meta::is_string_or_view_v

Variable Documentation

template<typename T>
constexpr bool sequant::meta::is_string_or_view_v = std::is_same_v<remove_cvref_t<T>, std::string> || std::is_same_v<remove_cvref_t<T>, std::string_view>