Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/StringView.h |
Include |
#include "Containers/StringView.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename... ArgTypes>
constexpr auto UE::Core::Private::StringViewGetData
(
ArgTypes &&... Args
)
}
}
}
Allow GetData to called unqualified from a scope with its own overload of GetData.