xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::string::SpecialStringType Concept Reference

A concept for determining whether a type is a special custom string type. More...

#include <xentara/utils/string/Concepts.hpp>

Concept definition

template<typename Type>
__opaque_detect_custom_string_type__<Type>::value
A concept for determining whether a type is a special custom string type.
Definition Concepts.hpp:95

Detailed Description

A concept for determining whether a type is a special custom string type.

This concept is true for specializations of BasicStaticString, BasicFixedString, tparam::BasicString, and the derived templates tparam::String, tparam::WString, tparam::U8String, tparam::U16String, and tparam::U32String.