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

Whether operation Op between scalar types A and B is supported (the trait exposes a ReturnType). Use to constrain mixed-type operators.

#include <ScalarBinaryOpTraits.hpp>

Concept definition

template<typename A, typename B, typename Op>
Whether operation Op between scalar types A and B is supported (the trait exposes a ReturnType)....
Definition ScalarBinaryOpTraits.hpp:117
Determines whether a binary operation between scalar types A and B is allowed, and its result.
Definition ScalarBinaryOpTraits.hpp:75