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

Concept constraining given type to only a std::string_view 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_view of any character type.
Definition Text.h:109
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 only a std::string_view of any character type.

Definition at line 109 of file Text.h.