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

Method kind

sample/customAsPointer.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34public:
35 constexpr static auto k = Kind::kTWO;
36 CPP20_CONSTEXPR Kind kind() const override { return k; }
37};
38
39template <Kind k>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected