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