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 - 索引

返回值

r < i,使得 Er 为动态尺度的 Er 数量。

示例

参阅