lppl  v2.0.0

◆ FilterValueType

template<typename O , typename... Ts>
using FilterValueType = std::shared_ptr<record_collection_t<O, Ts...> >

Type of values returned from filtering algorithms.

Template Parameters
OThe output type of a probabilistic program
TsThe types of the distributions in the probabilistic program