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

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

#include <Text.h>

Concept definition

template<typename T>
CConvertibleToDecayed<
T,
typename T::value_type,
typename T::traits_type
>
>
Concept constraining given type to a std::string or a view of any character type.
Definition Text.h:121
std::basic_string_view< CharT, Traits > TStdStringView
Unreal style alias for STL string views.
Definition Text.h:51

Detailed Description

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

Definition at line 121 of file Text.h.