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

Method ToString

include/Rectangle.hpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 constexpr explicit operator ::Vector4() const { return {x, y, width, height}; }
35
36 [[nodiscard]] std::string ToString() const { return TextFormat("Rectangle(%fx%f, %fx%f)", x, y, width, height); }
37
38 operator std::string() const { return ToString(); }
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected