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

Method is_end_iterator

source/matplot/util/common.h:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 return it._vec == nullptr;
641 }
642 static bool is_end_iterator(const iterator &it) {
643 return is_empty_iterator(it) ||
644 it._row_offset * it._col_offset >= it._vec->size();
645 }
646
647 public:
648 iterator(vector_2d_view *const vec)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected