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

FreeBSD Manual Pages

  
 
  

home | help
std::ranges...umerate_view(3) C++ Standard Libarystd::ranges...umerate_view(3)

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

Synopsis
	  enumerate_view() requires std::default_initializable<V>  =  default;
       (1) (since C++23)
	  constexpr	 explicit      enumerate_view(	    V	   base	    );
       (2) (since C++23)

	  Constructs a enumerate_view.

	  1) Default constructor. Value-initializes the	underlying view	base_.
       After
	  construction,	base() returns a copy of V().
	  2) Initializes the underlying	view base_ with	std::move(base).

Parameters
	  base - the underlying	view

Example
	   This	section	is incomplete
	   Reason: no example

Category:
	    * Todo no example

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

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

home | help