view src/plautogen/interface/Integer.h @ 154:343f8f3c8f18

add pipe.h
author anatofuz
date Thu, 19 Dec 2019 11:32:40 +0900
parents ed85941a7514
children
line wrap: on
line source

typedef struct Integer<Impl> {
    int value;
} Integer;