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

Matches most common char 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::AnsiCharSpanLike = SpanLike<T> && std::is_same_v<typename T::value_type, char>
Matches most common char string classes with sequential memory layout. Do not assume that they are ze...
Definition Concepts.h:97
Definition Concepts.h:77

Detailed Description

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