xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::StringViewType Concept Reference

Determines if a type is a specialization of std::basic_string_view. More...

#include <tools/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::utils::tools::StringViewType = kIsStringViewType<Type>
Determines if a type is a specialization of std::basic_string_view.
Definition Concepts.hpp:74

Detailed Description

Determines if a type is a specialization of std::basic_string_view.

This concept consists of possibly CV-qualified specialization of std::basic_string

See also
IsStringViewType