MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / isLeft

Method isLeft

templates/rb.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 bool isLeft()
59 {
60 return this == p->left;
61 }
62
63 bool isRight()
64 {

Callers 2

insert_fixupMethod · 0.45
deleteFixUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected