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

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

#include <string_ops.h>

Concept definition

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

Detailed Description

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

Definition at line 75 of file string_ops.h.