Derive-C
Loading...
Searching...
No Matches
item_t Struct Reference

A queue comprised of an extendable circular buffer. More...

#include <template.h>

Public Attributes

int x

Detailed Description

A queue comprised of an extendable circular buffer.

A simple vector.

A vector storing the first N elements in-place, and optionally spilling additional elements to a heap vector.

A simple optional type, using the (already) optional pointer type.

A simple double ended queue.

Definition at line 19 of file template.h.

Member Data Documentation

◆ x

int item_t::x

Definition at line 20 of file template.h.


The documentation for this struct was generated from the following files:
  • /home/runner/work/derive-C/derive-C/src/derive-c/structures/circular/template.h
  • /home/runner/work/derive-C/derive-C/src/derive-c/structures/deque/template.h
  • /home/runner/work/derive-C/derive-C/src/derive-c/structures/option/template.h
  • /home/runner/work/derive-C/derive-C/src/derive-c/structures/staticvec/template.h
  • /home/runner/work/derive-C/derive-C/src/derive-c/structures/vector/template.h