MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Text::CStringViewInvariant Concept Reference

Concept constraining given type to a string view of any character type. More...

#include <Text.h>

Concept definition

template<typename T>
concept Mcro::Text::CStringViewInvariant = CSameAsDecayed<T, TStringView<typename T::ElementType>>
Concept constraining given type to a string view of any character type.
Definition Text.h:64

Detailed Description

Concept constraining given type to a string view of any character type.

Definition at line 64 of file Text.h.