enum値取得。
これを定義することで下記のコードが実行できるようになります。
void func( const EnumPodTmpl< Color , int >& aColor ) { Color var = aColor; // enumの値を取得できるのでこのように代入できる }