MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / iterator

Method iterator

source/matplot/util/common.h:648–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647 public:
648 iterator(vector_2d_view *const vec)
649 : _vec(vec), _row_offset(0), _col_offset(0) {}
650
651 bool operator==(const iterator &it) const {
652 return is_end_iterator(it)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected