32struct is_string<std::string_view> : std::true_type {};
typename add_const< T >::type add_const_t
constexpr bool is_string_v
A type trait that adds const to a given type if it is a pointer or a reference.
A type trait that checks if a given type is a string type.