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

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

#include <Text.h>

Concept definition

template<typename T>
concept Mcro::Text::CStdStringOrView = CConvertibleToDecayed<T, FStdStringView>
Concept constraining given type to a std::string or a view of TCHAR.
Definition Text.h:89

Detailed Description

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

Definition at line 89 of file Text.h.