Struct template as_feature<tag::peaks_over_threshold< LeftRight >(with_threshold_probability)>boost::accumulators::as_feature<tag::peaks_over_threshold< LeftRight >(with_threshold_probability)> Synopsistemplate<typename LeftRight> struct as_feature<tag::peaks_over_threshold< LeftRight >(with_threshold_probability)> { // types typedef tag::peaks_over_threshold_prob< LeftRight > type; }; |