ivutils
Loading...
Searching...
No Matches
array_stor_t< T, N > Struct Template Reference

Array storage class for a vector followinfg storage_prototype. More...

#include <vector_3c.h>

Public Member Functions

void resize (size_t new_dim)
 The dimension is preset to N, this function does nothing.
 
T * get_ptr ()
 gets address in memory for pointer association
 

Public Attributes

data [N]
 The data is contiguous array in memory.
 

Detailed Description

template<class T, size_t N>
struct array_stor_t< T, N >

Array storage class for a vector followinfg storage_prototype.


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