boost::histogram::sample — Helper function to mark arguments as sample.
// In header: <boost/histogram/histogram.hpp> template<typename... Ts> auto sample(Ts &&... ts);
Parameters:
ts
arguments to be forwarded to the accumulator.