Variable PowMap.exponent

struct PowMap
{
  // ...
  Unqual!ExpType exponent ;
  // ...
}