Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
9
struct Hsv : std::array<int32_t, 3>
10
{
11
};
12
using Color = std::variant<Rgb, Hsv>;
13
14
struct Quit
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected