xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::IsStringViewType< Type > Struct Template Reference

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

#include <tools/TypeTraits.hpp>

Related Symbols

(Note that these are not member symbols.)

template<typename Type >
constexpr bool kIsStringViewType
 Determines if a type is a specialization of std::basic_string_view.
 

Detailed Description

template<typename Type>
struct xentara::utils::tools::IsStringViewType< Type >

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

This trait checks whether the type is possibly CV-qualified specialization of std::basic_string

Friends And Related Symbol Documentation

◆ kIsStringViewType

template<typename Type >
template<typename Type >
constexpr bool kIsStringViewType
related

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

This value is true if the type is a possibly CV-qualified specialization of std::basic_string