view src/parallel_execution/plautogen/interface/RotateTree.h @ 571:d9c3bccaa13c

add semiron..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:55:33 +0900
parents 1233236c244d
children
line wrap: on
line source

typedef struct RotateTree <Type, Impl> {
  __code next(...);
  struct RedBlackTree* traverse;
  struct Tree* tree;
} RotateTree;