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

Method set

include/AutomationEventList.hpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131protected:
132 void set(const ::AutomationEventList& other) {
133 capacity = other.capacity;
134 count = other.count;
135 events = other.events;
136 }
137};
138} // namespace raylib
139

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected