Thoth
A functional, expressive, asynchronous C++26 webdev library
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
_base.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <concepts>
3
4
namespace
Thoth::String
{
5
template
<
class
C>
6
concept
UnicodeCharConcept
=
7
std::same_as<C, char8_t> ||
8
std::same_as<C, char16_t> ||
9
std::same_as<C, char32_t>;
10
}
Thoth::String::UnicodeCharConcept
Definition
_base.hpp:6
Thoth::String
Definition
_base.hpp:4
include
Thoth
String
_base.hpp
Generated by
1.9.8