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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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