Ocean
Ocean::DataType< T, tElements > Class Template Reference

Template class allowing to define an array of data types. More...

Inheritance diagram for Ocean::DataType< T, tElements >:

Data Structures

struct  Type
 Default definition of a type with tBytes bytes. More...
 

Detailed Description

template<typename T, unsigned int tElements>
class Ocean::DataType< T, tElements >

Template class allowing to define an array of data types.

The size of the resulting object is guaranteed to be sizeof(T) * tElements.

Template Parameters
TThe data type of each element
tElementsNumber of elements in the data type, with range [1, infinity)

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