cr8r_vec Struct Reference

A vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient. More...

#include <vec.h>

Data Fields

void * buf
 underlying storage for vector. Managed by ft->resize.
 
uint64_t len
 number of elements in the vector.
 
uint64_t cap
 capacity of buf (in number of elements)
 

Detailed Description

A vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient.

Definition at line 23 of file vec.h.


The documentation for this struct was generated from the following file: