CVX
Loading...
Searching...
No Matches
bidirectional_iterator_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() _iter_as_cvx_fallback_interface (cvx_container *instance)
 

Variables

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_iter_as_cvx_fallback_interface
 

Function Documentation

◆ _iter_as_cvx_fallback_interface()

struct cvx_fallback_interface FUNC() _iter_as_cvx_fallback_interface ( cvx_container instance)

Variable Documentation

◆ cvx_vtables_cvx_fallback_iter_as_cvx_fallback_interface

struct cvx_fallback_interface_vtable cvx_vtables_cvx_fallback_iter_as_cvx_fallback_interface
Initial value:
= {
.start = 0 ,
.end = 0 ,
.drop = 0 ,
.at_start = 0 ,
.at_end = 0 ,
.count = 0 ,
.to_start = 0 ,
.to_end = 0 ,
.next = 0 ,
.prev = 0 ,
.forward = 0 ,
.backward = 0 ,
.value = 0 ,
.index = 0 ,
}