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

FreeBSD Manual Pages

  
 
  

home | help
std::ranges...ator::index(3)  C++ Standard Libary std::ranges...ator::index(3)

NAME
       std::ranges::enumerate_view::iterator::index   -	  std::ranges::enumer-
       ate_view::iterator::index

Synopsis
	  constexpr difference_type index() const noexcept;  (since C++23)

	  Returns the underlying index pos_ of the current element. Equivalent
       to: return
	  pos_;.

Parameters
	  (none)

Example
	   This	section	is incomplete
	   Reason: no example

Category:
	    * Todo no example

http://cppreference.com		  2024.06.10	  std::ranges...ator::index(3)

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

home | help