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

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

#include <string_ops.h>

Concept definition

template<typename T>
concept ghassanpl::string_ops::stringable16 = (sizeof(wchar_t) == sizeof(char16_t) && std::convertible_to<T, std::wstring_view>) || std::convertible_to<T, std::u16string_view>
The type is convertible to a string view with a 16-bit char type.
Definition string_ops.h:62
constexpr auto bit_count
Equal to the number of bits in the type.
Definition bits.h:33

Detailed Description

The type is convertible to a string view with a 16-bit char type.

Definition at line 62 of file string_ops.h.