Guest
Public paste!

Genia4

By: a guest | Feb 12th, 2010 | Syntax: None | Size: 0.26 KB | Hits: 37 | Expires: Never
Copy text to clipboard
  1. template <template <typename, typename> class Op, typename V1, typename V2>
  2. struct PrinterBinaryOp;
  3.  
  4. template <template <typename, typename> class Op>
  5. template <long V1, long V2>
  6. struct PrinterBinaryOp<Op, s2t::types::Int<V1>, s2t::types::Int<V2> > {
  7. ...
  8. };