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

Method ToString

include/SoundUnmanaged.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 [[nodiscard]] std::string ToString() const { return TextFormat("Sound(frameCount=%u)", frameCount); }
58
59 operator std::string() const { return ToString(); }
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected