YAVL 0.1.0
Yet Another Vector Library – still better than C++ impl. :P
Loading...
Searching...
No Matches
yavl_vec_errorable_t Struct Reference

A return package which contains both result code and data. More...

#include <vec.h>

Public Attributes

yavl_vec_res_t status
 Operation status (error code).
void *const mem
 Data pointer, might be NULL on fatal failures.

Detailed Description

A return package which contains both result code and data.


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