lppl  v2.0.0

◆ gpp_t

template<typename I , typename O , typename... Ts>
using gpp_t = std::function<O(gr_pair<Ts...>&, I)>

A shorthand for graph probabilistic program type. Graph probabilistic programs are callables that take a single input of type I, output a single value of type O, and contain an arbitrary positive number of distributions of type Ts...

Template Parameters
I
O
Ts