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

Method FileText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected