Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Common::SimpleAnsiCharSpanLike 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::SimpleAnsiCharSpanLike = SimpleSpanLike<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:60
Matches most containers with sequential memory layout.
Definition Concepts.h:39

Detailed Description

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