Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template rank

boost::histogram::axis::traits::rank — Return axis rank (how many arguments it processes).

Synopsis

// In header: <boost/histogram/axis/traits.hpp>


template<typename Axis> constexpr unsigned rank(const Axis & axis);

Description

Parameters:

axis

any axis instance


PrevUpHomeNext