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

Method iterator_over

include/boost/histogram/axis/iterator.hpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 typename Axis::bin_type> {
21public:
22 explicit iterator_over(const Axis& axis, int idx)
23 : axis_(axis), idx_(idx) {}
24
25 iterator_over(const iterator_over&) = default;
26 iterator_over& operator=(const iterator_over&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected