MCPcopy Create free account
hub / github.com/catboost/catboost / TDirection

Enum TDirection

library/cpp/containers/comptrie/node.h:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 class ILeafSkipper;
7
8 enum TDirection {
9 D_LEFT,
10 D_FINAL,
11 D_NEXT,
12 D_RIGHT,
13 D_MAX
14 };
15
16 inline TDirection& operator++(TDirection& direction) {
17 direction = static_cast<TDirection>(direction + 1);

Callers 2

TForkMethod · 0.85
PrevDirectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected