header_utils
Loading...
Searching...
No Matches
ghassanpl::string_ops::string32 Concept Reference

The type is a string with an 32-bit char type. More...

#include <string_ops.h>

Concept definition

template<typename T>
concept ghassanpl::string_ops::string32 = (sizeof(wchar_t) == sizeof(char32_t) && std::same_as<T, std::wstring>) || std::same_as<T, std::u32string>
The type is a string with an 32-bit char type.
Definition string_ops.h:69
constexpr auto bit_count
Equal to the number of bits in the type.
Definition bits.h:33

Detailed Description

The type is a string with an 32-bit char type.

Definition at line 69 of file string_ops.h.