|
fmcs
v0.2.1
|
| using upp_t = pp_t<typed_map<Policy, I, Ts...>&, O, Ts...> |
Alias to probabilistic programs that take typed_map references as inputs.
| Policy | encapsulates the types of distributions that can be returned by get. Must define type with a using-declaration. |
| I | the input type |
| O | the output type |
| Ts | The universe of allowable distribution types |