boost::histogram::coverage — Coverage mode of the indexed range generator.
// In header: <boost/histogram/indexed.hpp> enum coverage { inner, all };
Defines options for the iteration strategy.
inner
iterate over inner bins, exclude underflow and overflow
all
iterate over all bins, including underflow and overflow