MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / data

Method data

Libraries/Memory/VirtualMemory.h:61–61  ·  view source on GitHub ↗

@brief Returns a pointer to the start of the reserved virtual memory

Source from the content-addressed store, hash-verified

59
60 /// @brief Returns a pointer to the start of the reserved virtual memory
61 [[nodiscard]] void* data() { return memory; }
62
63 /// @brief Returns a pointer to the start of the reserved virtual memory
64 [[nodiscard]] const void* data() const { return memory; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected