Searched defs:ring_with_direction (Results 1 – 1 of 1) sorted by relevance
23 struct ring_with_direction struct25 ring_identifier ring_id;26 direction_type direction;28 std::size_t turn_index;29 int operation_index;30 operation_type operation;31 signed_size_type region_id;32 bool isolated;34 inline bool operator<(ring_with_direction const& other) const in operator <()41 ring_with_direction() in ring_with_direction() function