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

A concept for character data. More...

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

Concept definition

template<typename Type>
std::same_as<Type, char> || std::same_as<Type, char> || requires(Type character)
{
{ character.~QChar() };
}
A concept for character data.
Definition strlen.hpp:11
T make_unique(T... args)

Detailed Description

A concept for character data.