| 156 | |
| 157 | template < index_t dimension > |
| 158 | auto CellArray< dimension >::next_cell( const CellIndices& index, |
| 159 | index_t direction ) const -> std::optional< CellIndices > |
| 160 | { |
| 161 | return impl_->next_cell( index, direction ); |
| 162 | } |
| 163 | |
| 164 | template < index_t dimension > |
| 165 | auto CellArray< dimension >::previous_cell( const CellIndices& index, |
no outgoing calls