Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Memory/MemoryView.h |
Include |
#include "Memory/MemoryView.h" |
template<typename OtherDataType, typename TEnableIf< TPointerIsConvertibleFromTo< OtherDataType, DataType >::Value >::Type *>
constexpr TMemoryView
(
const TMemoryView< OtherDataType > & InView
)
Construct a view of by copying a view with compatible const/volatile qualifiers.