Template to calculate power of 2. Parameters: _N the power to be calculated. template <int _N> struct PowerOf2 // fields static const unsigned value