Struct MemoryResource

Struct Documentation

struct MemoryResource

A combination of a pointer to data in memory along with the data’s size.

Public Functions

inline MemoryResource()

Public Members

std::shared_ptr<uint8_t> data
size_t size