stator
A math, geometry, and utility library
Public Member Functions | Public Attributes | List of all members
sym::BinaryOp< LHS, Op, RHS > Struct Template Reference

Symbolic representation of a binary symbolic operation. More...

#include <binary_ops.hpp>

Inheritance diagram for sym::BinaryOp< LHS, Op, RHS >:
sym::SymbolicOperator

Public Member Functions

 BinaryOp (const LHS &l, const RHS &r)
 

Public Attributes

const LHS _l
 
const RHS _r
 

Detailed Description

template<class LHS, typename Op, class RHS>
struct sym::BinaryOp< LHS, Op, RHS >

Definition at line 33 of file binary_ops.hpp.

Constructor & Destructor Documentation

◆ BinaryOp()

template<class LHS, typename Op, class RHS>
sym::BinaryOp< LHS, Op, RHS >::BinaryOp ( const LHS &  l,
const RHS &  r 
)
inline

Definition at line 36 of file binary_ops.hpp.

Member Data Documentation

◆ _l

template<class LHS, typename Op, class RHS>
const LHS sym::BinaryOp< LHS, Op, RHS >::_l

Definition at line 34 of file binary_ops.hpp.

◆ _r

template<class LHS, typename Op, class RHS>
const RHS sym::BinaryOp< LHS, Op, RHS >::_r

Definition at line 35 of file binary_ops.hpp.


The documentation for this struct was generated from the following file: