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

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

#include <tools/TypeTraits.hpp>

Related Symbols

(Note that these are not member symbols.)

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

Detailed Description

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

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

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

Friends And Related Symbol Documentation

◆ kIsStringType

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

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

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