Template Struct fittable_measurement_helper¶
Defined in File Measurement.hpp
Nested Relationships¶
Struct Documentation¶
-
template<typename
source_link_t>
structActs::fittable_measurement_helper¶ Required factory metafunction which produces measurements.
This encodes the source_link_t and hides it from the type generator.
Public Types
-
using
type= typename detail::type_generator_t<BoundParametersIndices, meas_factory>¶
-
template<BoundParametersIndices...
pars>
structmeas_factory¶ Public Types
-
using
type= Measurement<source_link_t, BoundParametersIndices, pars...>¶
-
using
-
using