MCPcopy Create free account
hub / github.com/boostorg/histogram / iterator_over

Method iterator_over

include/boost/histogram/iterator.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 typename Histogram::const_reference> {
23public:
24 iterator_over(const Histogram& h, std::size_t idx) : histogram_(h), idx_(idx) {}
25
26 iterator_over(const iterator_over& o) : histogram_(o.histogram_), idx_(o.idx_) {}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected