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