Add comment
This commit is contained in:
parent
29c3f5e1b6
commit
2467c669c2
|
@ -371,6 +371,7 @@ class BEInt<Type, 4>
|
|||
private: uint8_t v[4];
|
||||
};
|
||||
|
||||
/* Integer types in big-endian order and no alignment requirement */
|
||||
template <typename Type>
|
||||
struct IntType
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue