|
stator
A math, geometry, and utility library
|
Symbolic representation of a binary symbolic operation. More...
#include <binary_ops.hpp>
Public Member Functions | |
| BinaryOp (const LHS &l, const RHS &r) | |
Public Attributes | |
| const LHS | _l |
| const RHS | _r |
Definition at line 33 of file binary_ops.hpp.
|
inline |
Definition at line 36 of file binary_ops.hpp.
| const LHS sym::BinaryOp< LHS, Op, RHS >::_l |
Definition at line 34 of file binary_ops.hpp.
| const RHS sym::BinaryOp< LHS, Op, RHS >::_r |
Definition at line 35 of file binary_ops.hpp.
1.8.13