|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Determines whether a binary operation between scalar types A and B is allowed, and its result. More...
#include <ScalarBinaryOpTraits.hpp>
The primary template exposes no ReturnType: an unspecified mix is rejected at compile time. Specializations supply a ReturnType to permit and shape the result of an operation.
| A | Left-hand scalar type. |
| B | Right-hand scalar type. |
| Op | An operation tag from scalar_binary_op (defaults to product). |