- template <template <typename, typename> class Op, typename V1, typename V2>
- struct PrinterBinaryOp;
- template <template <typename, typename> class Op>
- template <long V1, long V2>
- struct PrinterBinaryOp<Op, s2t::types::Int<V1>, s2t::types::Int<V2> > {
- ...
- };
