fmcs  v0.2.1

◆ 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