Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_weighted_profile

boost::histogram::make_weighted_profile — Make profile from iterable range which accepts weights.

Synopsis

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


template<typename Iterable> auto make_weighted_profile(Iterable && iterable);

Description

Parameters:

iterable

Iterable range of axis objects.


PrevUpHomeNext