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

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

#include <string_ops.h>

Concept definition

template<typename T>
concept ghassanpl::string_ops::string_view8 = std::same_as<T, std::string_view> || std::same_as<T, std::u8string_view>
The type is a string view with an 8-bit char type.
Definition string_ops.h:55

Detailed Description

The type is a string view with an 8-bit char type.

Definition at line 55 of file string_ops.h.