get logical index; valonly must be false
| 133 | |
| 134 | //! get logical index; valonly must be false |
| 135 | const size_t* idx() const { |
| 136 | if (valonly) |
| 137 | on_access_idx_valonly_true(); |
| 138 | return m_axis_offset; |
| 139 | } |
| 140 | |
| 141 | /*! |
| 142 | * \brief memory address offset, measured in number of elements |
no outgoing calls