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

A type which which provides a ToString() member method. More...

#include <Text.h>

Concept definition

template<typename T>
{
{ t.ToString() } -> CDirectStringFormatArgument;
}
A type which is directly convertible to FStringFormatArg.
Definition Text.h:284
A type which which provides a ToString() member method.
Definition Text.h:288

Detailed Description

A type which which provides a ToString() member method.

Definition at line 288 of file Text.h.