Ocean
|
Template class allowing to define an array of data types. More...
Data Structures | |
struct | Type |
Default definition of a type with tBytes bytes. More... | |
Template class allowing to define an array of data types.
The size of the resulting object is guaranteed to be sizeof(T) * tElements.
T | The data type of each element |
tElements | Number of elements in the data type, with range [1, infinity) |