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