autoppl  v0.8
A C++ template library for probabilistic programming
ppl::expr::var::DivEq Struct Reference

#include <op_eq.hpp>

Static Public Member Functions

template<class LHSType , class RHSType >
constexpr static LHSType & eval (LHSType &lhs, const RHSType &rhs)
 
template<class LHSType , class RHSType >
constexpr static auto eval (const LHSType &lhs, const RHSType &rhs)
 

Member Function Documentation

◆ eval() [1/2]

template<class LHSType , class RHSType >
constexpr static auto ppl::expr::var::DivEq::eval ( const LHSType &  lhs,
const RHSType &  rhs 
)
inlinestaticconstexpr

◆ eval() [2/2]

template<class LHSType , class RHSType >
constexpr static LHSType& ppl::expr::var::DivEq::eval ( LHSType &  lhs,
const RHSType &  rhs 
)
inlinestaticconstexpr

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