Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Common::WideCharSpanLike Concept Reference

Matches most common wchar_t string classes with sequential memory layout. Do not assume that they are zero terminated. More...

#include <Concepts.h>

Concept definition

template<typename T>
concept Harlinn::Common::WideCharSpanLike = SpanLike<T> && std::is_same_v<typename T::value_type, wchar_t>
Definition Concepts.h:77
Matches most common wchar_t string classes with sequential memory layout. Do not assume that they are...
Definition Concepts.h:104

Detailed Description

Matches most common wchar_t string classes with sequential memory layout. Do not assume that they are zero terminated.