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)
Definition array_iterator.h:135
struct cvx_fallback_interface_vtable * vtable
Definition deque.h:32
cvx_container * instance
Definition deque.h:31