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

#include <model_expr_traits.hpp>

Inheritance diagram for ppl::util::ModelExprBase< 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::ModelExprBase< T >

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


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