FreeBSD Manual Pages
std::extent...ynamic-index(3) C++ Standard Libarystd::extent...ynamic-index(3) NAME std::extents::dynamic-index - std::extents::dynamic-index Synopsis private: template< class OtherIndexType > (since C++23) (ex- position only*) static constexpr auto /*dynamic-index*/( rank_type i ) noexcept; Returns the number of dynamic extents below index i. If i <= rank() is false, the behavior is undefined. Parameters i - the index Return value The number of E[r] with r < i for which E[r] is a dynamic extent. Example This section is incomplete Reason: no example See also This section is incomplete Categories: * Todo no example * Todo without reason http://cppreference.com 2024.06.10 std::extent...ynamic-index(3)
NAME | Synopsis | Parameters | Return value | Example | See also | Categories:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::extents::dynamic-index&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
