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

Go to the source code of this file.

Functions

struct INTERFACE FUNC() _as_INTERFACE (cvx_container *instance)
 

Variables

struct INTERFACE_vtable cvx_vtables_SNAME_as_INTERFACE
 

Function Documentation

◆ _as_INTERFACE()

struct INTERFACE FUNC() _as_INTERFACE ( cvx_container instance)

Variable Documentation

◆ cvx_vtables_SNAME_as_INTERFACE

struct INTERFACE_vtable cvx_vtables_SNAME_as_INTERFACE
Initial value:
= {
.drop = IMPL_DROP,
.clone = IMPL_CLONE,
.push = IMPL_PUSH,
.pop = IMPL_POP,
.count = IMPL_COUNT,
.peek = IMPL_PEEK,
.replace = IMPL_REPLACE,
}