MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / FileData

Method FileData

include/FileData.hpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class FileData {
13public:
14 FileData() = default;
15 FileData(const FileData&) = delete;
16 FileData(FileData&& other) noexcept : data(other.data), bytesRead(other.bytesRead) {
17 other.data = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected