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

FreeBSD Manual Pages

  
 
  

home | help
std::layout...ng::strides(3)  C++ Standard Libary std::layout...ng::strides(3)

NAME
       std::layout_stride::mapping::strides	-     std::layout_stride::map-
       ping::strides

Synopsis
	  constexpr std::array<index_type, rank_>  strides()  const  noexcept;
       (since C++23)

	  Returns  an  array  of  strides of the mapping. Equivalent to	return
       strides_;.

Parameters
	  (none)

Return value
	  Array	of strides

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  stride obtains the stride along the specified	dimension
		 (public member	function)
		 obtains the stride along the specified	dimension
	  stride (public member	function of
		 std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>)

Category:
	    * Todo no example

http://cppreference.com		  2024.06.10	  std::layout...ng::strides(3)

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

home | help