命名空间
变体
操作

std::extents<IndexType,Extents...>::dynamic-index

来自 cppreference.com
< cpp‎ | container‎ | mdspan‎ | extents
 
 
 
 
 
private:

    template< class OtherIndexType >

    static constexpr auto /*dynamic-index*/( rank_type i ) noexcept;
(自 C++23 起)
(仅供说明*)

返回索引 i 下方动态扩展的数目。如果 i <= rank()false,则行为未定义。

内容

[编辑] 参数

i - 索引

[编辑] 返回值

Er 的数量,其中 r < i,对于这些 Er 来说是一个动态扩展。

[编辑] 示例

[编辑] 另请参阅