Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Kind
Enum
Kind
sample/customAsPointer.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <iostream>
3
4
enum class Kind
5
{
6
kONE,
7
kTWO
8
};
9
10
#if __cplusplus > 201703L
11
#define CPP20_CONSTEXPR constexpr
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected