Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function template weight

boost::histogram::weight — Helper function to mark argument as weight.

Synopsis

// In header: <boost/histogram/weight.hpp>


template<typename T> auto weight(T && t);

Description

Parameters:

t

argument to be forward to the histogram.


PrevUpHomeNext