Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template project

boost::histogram::algorithm::project — Returns a lower-dimensional histogram, summing over removed axes.

Synopsis

// In header: <boost/histogram/algorithm/project.hpp>


template<typename A, typename S, unsigned N, typename... Ns> 
  auto project(const histogram< A, S > & h, 
               std::integral_constant< unsigned, N > n, Ns... ns);

Description

This overload uses coverage::all by default.


PrevUpHomeNext