Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::scalar_binary_op Namespace Reference

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

Detailed Description

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.