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

Method ToString

include/Image.hpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 [[nodiscard]] std::string ToString() const { return TextFormat("Image(width=%d, height=%d)", width, height); }
104
105 operator std::string() const { return ToString(); }
106

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36