Overview
This class is inherited from the ContinuousVector class. Unlike the ContinuousVector class, MutableData and GetData return addresses of a specified type instead of void *. Therefore, Typed is added to the class name.
The following figure shows the inheritance relationship of TypedContinuousVector.
Header Files to Be Included
1 | #include <continuous_vector.h> |
Public Member Functions
T *MutableData() const T *GetData() const
Parent topic: TypedContinuousVector