Add comment

This commit is contained in:
Behdad Esfahbod 2010-04-21 23:11:45 -04:00
parent 29c3f5e1b6
commit 2467c669c2
1 changed files with 1 additions and 0 deletions

View File

@ -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
{