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

Method ToString

include/Window.hpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ~Window() { Close(); }
48
49 [[nodiscard]] std::string ToString() const { return TextFormat("Window(%dx%d)", GetWidth(), GetHeight()); }
50
51 operator std::string() const { return ToString(); }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected