Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Common::SimpleWideCharSpanLike 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::SimpleWideCharSpanLike = SimpleSpanLike<T> && std::is_same_v<typename T::value_type, wchar_t>
Matches most containers with sequential memory layout.
Definition Concepts.h:39
Matches most common wchar_t string classes with sequential memory layout. Do not assume that they are...
Definition Concepts.h:67

Detailed Description

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