geomc 1.0
A c++ linear algebra template library
Public Member Functions | Public Attributes | List of all members
UniqueStorage< T, DYNAMIC_DIM > Struct Template Reference

Public Member Functions

 UniqueStorage (index_t n)
 
 UniqueStorage (index_t n, const T *srcdata)
 
 UniqueStorage (const UniqueStorage< T, 0 > &other)
 
UniqueStorageoperator= (const UniqueStorage< T, 0 > &other)
 
T * get ()
 
const T * get () const
 
index_t size () const
 
T & operator[] (index_t idx)
 
operator[] (index_t idx) const
 

Public Attributes

T * data
 
index_t sz
 

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