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

FreeBSD Manual Pages

  
 
  

home | help
std::mdspan::stride(3)	      C++ Standard Libary	std::mdspan::stride(3)

NAME
       std::mdspan::stride - std::mdspan::stride

Synopsis
	  constexpr index_type stride( rank_type r ) const;  (since C++23)

	  Returns  the	stride	of  the	layout mapping map_ in r^th dimension.
       Equivalent to
	  return map_.stride(r);.

Parameters
	  r - the index	of the dimension

Return value
	  The stride.

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::mdspan::stride(3)

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

home | help