Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
#ifndef T_H #define T_H template <typename ValueType> struct VarStreamArray; template <typename ValueType> struct VarStreamArrayIterator { VarStreamArrayIterator(VarStreamArray<ValueType>) {} bool HasError{}; }; #endif // T_H