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