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

Method ToString

include/WaveUnmanaged.hpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 [[nodiscard]] std::string ToString() const {
64 return TextFormat(
65 "Wave(frameCount=%u, sampleRate=%u, sampleSize=%u, channels=%u, data=%p)",
66 frameCount, sampleRate, sampleSize, channels, data
67 );
68 }
69
70 operator std::string() const { return ToString(); }
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected