Variable sequant::meta::is_wstring_convertible_v

Variable Documentation

template<typename T>
constexpr bool sequant::meta::is_wstring_convertible_v = is_wstring_or_view_v<T> || std::is_same_v<remove_cvref_t<T>, wchar_t[]> || std::is_same_v<std::remove_all_extents_t<remove_cvref_t<T>>, wchar_t> || std::is_same_v<remove_cvref_t<T>, wchar_t*> || std::is_same_v<remove_cvref_t<T>, const wchar_t*> || std::is_same_v<remove_cvref_t<T>, wchar_t>