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

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

#include <Text.h>

Concept definition

template<typename T>
Concept constraining given type to a string of any character type.
Definition Text.h:68
Concept constraining given type to a string or a a view of any character type.
Definition Text.h:81
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 or a a view of any character type.

Definition at line 81 of file Text.h.