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

A concept for character data. More...

#include <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.