ADTF  3.18.2
stream_type_plain< ValueType[szArraySize]>

Specialization for stream_type_plain<ValueType[N]>> (i.e. More...

Inheritance diagram for stream_type_plain< ValueType[szArraySize]>:
[legend]

Additional Inherited Members

- Public Member Functions inherited from stream_type_plain< std::array< ValueType, szArraySize > >
 stream_type_plain ()
 CTOR.
 

Detailed Description

template<class ValueType, size_t szArraySize>
class adtf::streaming::penguin::stream_type_plain< ValueType[szArraySize]>

Specialization for stream_type_plain<ValueType[N]>> (i.e.

uint8_t[2345] or int32_t[10])

Template Parameters
ValueTypeThe value_type of the array
szArraySizeThe size of the array

Definition at line 399 of file streammetatypeplain.h.