Home
last modified time | relevance | path

Searched refs:Direction_e (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/cxx/lib/tl/include/bits/
A Dbst_base.h42 enum Direction_e enum
54 Direction(Direction_e d) : d(d) {} in Direction()
57 explicit Direction(bool b) : d(Direction_e(b)) /*d(b ? R : L)*/ {} in Direction()
67 bool operator == (Direction_e o) const { return d == o; }
68 bool operator != (Direction_e o) const { return d != o; }

Completed in 4 milliseconds