view src/parallel_execution/examples/pop_and_push/StackTest2Impl.h @ 712:df34d44aceca

add pop_and_push examples files
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 25 Aug 2020 19:46:57 +0900
parents
children 642b9ae21844
line wrap: on
line source

typedef struct StackTest2Impl <Type, Isa> impl StackTest2 {
  __code next(...);
} StackTest2Impl;