Variable sequant::meta::is_string_convertible_v

Variable Documentation

template<typename T>
constexpr bool sequant::meta::is_string_convertible_v = is_string_or_view_v<T> || std::is_same_v<remove_cvref_t<T>, char[]> || std::is_same_v<std::remove_all_extents_t<remove_cvref_t<T>>, char> || std::is_same_v<remove_cvref_t<T>, char*> || std::is_same_v<remove_cvref_t<T>, const char*> || std::is_same_v<remove_cvref_t<T>, char>