#include <hyp.type.h>
Public Methods | |
TArray (t_size Capacity, const T &Data=T()) | |
void | reset (const T &Data) |
void | show (std::ostream &Stream) |
USE_VALARRY
and TArray will use std::array
.
|
Constructs an array.
|
|
Resets the entire array.
|
|
Shows the array in a defined stream.
|
|
|