MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / Hsv

Class Hsv

sample/Destructuring-Nested-Structs-and-Enums.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8};
9struct Hsv : std::array<int32_t, 3>
10{
11};
12using Color = std::variant<Rgb, Hsv>;
13
14struct Quit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected