4#include "../Foundation/Span.h"
A move-only owned buffer of bytes.
Definition: HeapBuffer.h:14
void release()
Releases any previously allocated memory.
bool allocate(size_t numBytes)
Allocates numBytes releasing previously allocated memory.
View over a contiguous sequence of items (pointer + size in elements).
Definition: Span.h:20