Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RFillIterRange< I, AXES > Struct Template Reference

template<int I, class AXES>
struct ROOT::Experimental::Internal::RFillIterRange< I, AXES >

Recursively fills the ranges of all axes, excluding under- and overflow.

Each call fills range with begin() and end() of the current axis, excluding under- and overflow.

Definition at line 337 of file RHistImpl.hxx.

Public Member Functions

void operator() (Hist::AxisIterRange_t< std::tuple_size< AXES >::value > &range, const AXES &axes) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, class AXES >
void ROOT::Experimental::Internal::RFillIterRange< I, AXES >::operator() ( Hist::AxisIterRange_t< std::tuple_size< AXES >::value > &  range,
const AXES &  axes 
) const
inline

Definition at line 338 of file RHistImpl.hxx.


The documentation for this struct was generated from the following file: