|
stator
A math, geometry, and utility library
|
Simple combination rule to enable Symbolic operations, but avoid redundantly specifying where two SymbolicOperator classes are operated on. More...
#include <binary_ops.hpp>
Static Public Attributes | |
| static const bool | value = IsSymbolic<LHS>::value || (!IsSymbolic<LHS>::value && IsSymbolic<RHS>::value) |
Definition at line 208 of file binary_ops.hpp.
|
static |
Definition at line 209 of file binary_ops.hpp.
1.8.13