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

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

#include <Text.h>

Concept definition

template<typename T>
CSameAsDecayed<
T,
typename T::value_type,
typename T::traits_type
>
>
Concept constraining given type to only a std::string of any character type.
Definition Text.h:97
std::basic_string< CharT, Traits, Allocator > TStdString
Unreal style alias for STL strings.
Definition Text.h:44

Detailed Description

Concept constraining given type to only a std::string of any character type.

Definition at line 97 of file Text.h.