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

#include <dist_expr_traits.hpp>

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

Public Types

using dist_value_t = util::dist_value_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::DistExprBase< T >

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

Member Typedef Documentation

◆ dist_value_t

template<class T >
using ppl::util::DistExprBase< T >::dist_value_t = util::dist_value_t

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