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

The type is a string with a 16-bit char type. More...

#include <string_ops.h>

Concept definition

template<typename T>
concept ghassanpl::string_ops::string16 = (sizeof(wchar_t) == sizeof(char16_t) && std::same_as<T, std::wstring>) || std::same_as<T, std::u16string>
The type is a string with a 16-bit char type.
Definition string_ops.h:59
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 a 16-bit char type.

Definition at line 59 of file string_ops.h.