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

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

#include <Text.h>

Concept definition

template<typename T>
concept Mcro::Text::CStringOrView = CSameAsDecayed<T, FString> || CSameAsDecayed<T, FStringView>
Concept constraining given type to a string or a a view of TCHAR.
Definition Text.h:77

Detailed Description

Concept constraining given type to a string or a a view of TCHAR.

Definition at line 77 of file Text.h.