GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::execution::just_error(3) C++ Standard Libary std::execution::just_error(3)

std::execution::just_error - std::execution::just_error


Defined in header <execution>
execution::sender auto just_error( auto && error ); (since C++26)


error - input error which will be injected and returned by the receiver.


Returns a sender with no completion schedulers, which sends the provided values.


If the provided error is an lvalue reference, a copy is made inside the returned
sender and a non-const lvalue reference to the copy is sent to the receiver’s
set_error. If the provided value is an rvalue reference, it is moved into the
returned sender and an rvalue reference to it is sent to the receiver’s set_error.

2024.06.10 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.