|
kokkos-execution 0.0.1
|
#include <throws_when_copied.hpp>
Public Member Functions | |
| void | operator() () const |
Public Attributes | |
| Sndr | sndr |
The Google matchers expect a const call operator, but the sndr has to be moved into the stdexec::sync_wait (so it has to be mutable). This is not achievable with a lambda.
Definition at line 16 of file throws_when_copied.hpp.
|
inline |
Definition at line 19 of file throws_when_copied.hpp.
References sndr.
|
mutable |
Definition at line 17 of file throws_when_copied.hpp.