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

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

#include <Text.h>

Concept definition

template<typename T>
concept Mcro::Text::CStringInvariant = CSameAsDecayed<T, FString>
Concept constraining given type to a string of any character type.
Definition Text.h:68

Detailed Description

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

Definition at line 68 of file Text.h.