|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Operation tags selecting which binary operation a ScalarBinaryOpTraits describes. More...
Classes | |
| struct | sum |
| struct | difference |
| struct | product |
| struct | quotient |
| struct | unary_minus |
| struct | min |
| struct | max |
Per-operation tags let a single type pair yield different result types per operation — e.g. integer division promotes to double while integer multiplication does not.