boost::histogram::weight — Helper function to mark argument as weight.
// In header: <boost/histogram/histogram.hpp> template<typename T> auto weight(T && t);
Parameters:
t
argument to be forward to the histogram.