-----------------------------------------------------------------------------
| 1310 | } |
| 1311 | //----------------------------------------------------------------------------- |
| 1312 | std::span<const int> IndexMap::src() const noexcept { return _src; } |
| 1313 | //----------------------------------------------------------------------------- |
| 1314 | std::span<const int> IndexMap::dest() const noexcept { return _dest; } |
| 1315 | //----------------------------------------------------------------------------- |
no outgoing calls