constexpr index_type stride( rank_type r ) const;
返回布局映射 map_ 在第 r 维的步长。等价于 return map_.stride(r);。
map_
r
return map_.stride(r);
步长。