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

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

#include <Text.h>

Concept definition

template<typename T, typename CharType>
concept Mcro::Text::CStdStringOrViewTyped = CConvertibleToDecayed<T, TStdStringView<CharType>>
Concept constraining given type to a std::string or a view of given character type.
Definition Text.h:93

Detailed Description

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

Definition at line 93 of file Text.h.