Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_profile

boost::histogram::make_profile — Make profile from iterable range.

Synopsis

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


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

Description

Parameters:

iterable

Iterable range of axis objects.


PrevUpHomeNext