Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::extent...ic-index-inv(3) C++ Standard Libarystd::extent...ic-index-inv(3)

NAME
       std::extents::dynamic-index-inv - std::extents::dynamic-index-inv

Synopsis
	  private:

	      template<		   class	    OtherIndexType	     >
       (since C++23)
									    (ex-
       position	only*)
	      static constexpr auto /*dynamic-index-inv*/( rank_type i )
	  noexcept;

	  Returns the number r such that in range [0, r	+ 1) there are exactly
       [0, i + 1)
	  dynamic extents. If i	<= rank_dynamic() is false,  the  behavior  is
       undefined.

Parameters
	  i - the index

Return value
	  The  minimum	value  of r such that dynamic-index(r +	1) == i	+ 1 is
       true.

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...ic-index-inv(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::extents::dynamic-index-inv&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help