CVX
Loading...
Searching...
No Matches
deque_cast.h File Reference
#include "cvx/fallback.h"
#include "cvx/core.h"

Go to the source code of this file.

Functions

struct cvx_fallback_interface FUNC() _as_cvx_fallback_interface (cvx_container *_instance_)
 

Variables

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_as_cvx_fallback_interface
 

Function Documentation

◆ _as_cvx_fallback_interface()

struct cvx_fallback_interface FUNC() _as_cvx_fallback_interface ( cvx_container _instance_)

Variable Documentation

◆ cvx_vtables_cvx_fallback_as_cvx_fallback_interface

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_as_cvx_fallback_interface
Initial value:
= {
.drop = 0 ,
.push_front = 0 ,
.push_back = 0 ,
.pop_front = 0 ,
.pop_back = 0 ,
.peek_front = 0 ,
.peek_back = 0 ,
.count = 0 ,
}