lppl  v2.0.0

◆ upp_t

template<template< typename > class Policy, typename I , typename O , typename... Ts>
using upp_t = pp_t<typed_map<Policy, I, Ts...>&, O, Ts...>

Alias to probabilistic programs that take typed_map references as inputs.

Template Parameters
Policyencapsulates the types of distributions that can be returned by get. Must define type with a using-declaration.
Ithe input type
Othe output type
TsThe universe of allowable distribution types