MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Mcro::Text::Detail Namespace Reference

Functions

template<typename CharFrom , typename CharOutput , typename StringFrom , CFunctionLike PtrGetter, CFunctionLike LengthGetter, CFunctionLike Constructor, typename StringTo = TFunction_Return<Constructor>>
StringTo HighLevelStringCast (const StringFrom &strIn, PtrGetter &&getPtr, LengthGetter &&getLength, Constructor &&construct)
 

Function Documentation

◆ HighLevelStringCast()

template<typename CharFrom , typename CharOutput , typename StringFrom , CFunctionLike PtrGetter, CFunctionLike LengthGetter, CFunctionLike Constructor, typename StringTo = TFunction_Return<Constructor>>
StringTo Mcro::Text::Detail::HighLevelStringCast ( const StringFrom & strIn,
PtrGetter && getPtr,
LengthGetter && getLength,
Constructor && construct )

Definition at line 139 of file Text.h.