autoppl  v0.8
A C++ template library for probabilistic programming
ppl::util::VarExprBase< T > Struct Template Reference

#include <var_expr_traits.hpp>

Inheritance diagram for ppl::util::VarExprBase< T >:
ppl::util::BaseCRTP< T >

Additional Inherited Members

- Public Member Functions inherited from ppl::util::BaseCRTP< T >
T & self ()
 
const T & self () const
 

Detailed Description

template<class T>
struct ppl::util::VarExprBase< T >

Base class for all variable expressions. It is necessary for all variable expressions to derive from this class.


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