Variable sequant::meta::is_wstring_or_view_v¶ Defined in File string.hpp Variable Documentation¶ template<typename T>constexpr bool sequant::meta::is_wstring_or_view_v = std::is_same_v<remove_cvref_t<T>, std::wstring> || std::is_same_v<remove_cvref_t<T>, std::wstring_view>¶