Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/StringView.h |
Include |
#include "Containers/StringView.h" |
template<typename CharPtrType, typename SizeType>
constexpr auto MakeStringView
(
CharPtrType && CharPtr,
SizeType && Size
)