| 163 | |
| 164 | template < index_t dimension > |
| 165 | auto CellArray< dimension >::previous_cell( const CellIndices& index, |
| 166 | index_t direction ) const -> std::optional< CellIndices > |
| 167 | { |
| 168 | return impl_->previous_cell( index, direction ); |
| 169 | } |
| 170 | |
| 171 | template < index_t dimension > |
| 172 | bool CellArray< dimension >::is_cell_on_border( |
no outgoing calls