1#include "cvx/fallback.h"
5#error "cvx/interface/deque.h requires V to be defined (the element type, e.g. #define V int)"
8#error "cvx/interface/deque.h requires INTERFACE to be defined (the struct name, e.g. #define INTERFACE my_deque)"
14struct VTABLE(INTERFACE)
cvx_container * instance
Definition deque.h:31
struct INTERFACE_vtable * vtable
Definition deque.h:32
Definition binary_heap.h:135