stator
A math, geometry, and utility library
Public Member Functions | Public Attributes | List of all members
sym::Relation< Var, Arg > Struct Template Reference

Symbolic representation of a variable substitution. More...

#include <symbolic.hpp>

Public Member Functions

 Relation (const Var var, const Arg &val)
 

Public Attributes

const Arg & _val
 
const Var _var
 

Detailed Description

template<class Var, class Arg>
struct sym::Relation< Var, Arg >

Definition at line 76 of file symbolic.hpp.

Constructor & Destructor Documentation

◆ Relation()

template<class Var, class Arg>
sym::Relation< Var, Arg >::Relation ( const Var  var,
const Arg &  val 
)
inline

Definition at line 77 of file symbolic.hpp.

Member Data Documentation

◆ _val

template<class Var, class Arg>
const Arg& sym::Relation< Var, Arg >::_val

Definition at line 80 of file symbolic.hpp.

◆ _var

template<class Var, class Arg>
const Var sym::Relation< Var, Arg >::_var

Definition at line 79 of file symbolic.hpp.


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