| 45 | // |
| 46 | template <> |
| 47 | vertex_array_iterator_t vertex_array_iterator_t::cbegin(bool account_for_removed_elems, id_<vertex_array_iterator_t>) |
| 48 | { |
| 49 | return mesh_ptr->vertices_begin(account_for_removed_elems); |
| 50 | } |
| 51 | |
| 52 | template <> |
| 53 | vertex_array_iterator_t vertex_array_iterator_t::cend(id_<vertex_array_iterator_t>) |
no test coverage detected