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

FreeBSD Manual Pages

  
 
  

home | help
std::execution::just(3)	      C++ Standard Libary      std::execution::just(3)

NAME
       std::execution::just - std::execution::just

Synopsis
	  Defined in header <execution>
	  execution::sender auto just(

	      auto ...&& values		 (since	C++26)

	  );

Parameters
	  values  -  input  values  which  are	decay-copied into the returned
       sender.

Return value
	  Returns a sender with	no completion schedulers, which	sends the pro-
       vided values.

http://cppreference.com		  2024.06.10	       std::execution::just(3)

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

home | help