Library-owned f64 vector returned to C. More...
#include <core.h>
Data Fields | |
| double * | data |
| Pointer to the first element, or null for an empty vector. | |
| size_t | len |
| Number of initialized elements. | |
| size_t | capacity |
| Allocation capacity, used only by copp_vec_f64_free. | |
Library-owned f64 vector returned to C.
C callers may read data[0..len] and must release the vector exactly once with copp_vec_f64_free.
| double* CoppVecF64::data |
Pointer to the first element, or null for an empty vector.
| size_t CoppVecF64::len |
Number of initialized elements.
| size_t CoppVecF64::capacity |
Allocation capacity, used only by copp_vec_f64_free.