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

Method Mesh

include/Mesh.hpp:27–27  ·  view source on GitHub ↗

* Explicitly forbid the copy constructor. */

Source from the content-addressed store, hash-verified

25 * Explicitly forbid the copy constructor.
26 */
27 Mesh(const Mesh&) = delete;
28
29 /**
30 * Explicitly forbid copy assignment.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected