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

Enum Color

sample/Red-black-Tree-Rebalancing.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <memory>
4
5enum Color
6{
7 Red,
8 Black
9};
10template <typename T>
11struct Node
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected