kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Utils::Functors::MutableMoveToSyncWait< Sndr > Struct Template Reference

#include <throws_when_copied.hpp>

Public Member Functions

void operator() () const

Public Attributes

Sndr sndr

Detailed Description

template<stdexec::sender Sndr>
struct Tests::Utils::Functors::MutableMoveToSyncWait< 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.

Member Function Documentation

◆ operator()()

template<stdexec::sender Sndr>
void Tests::Utils::Functors::MutableMoveToSyncWait< Sndr >::operator() ( ) const
inline

Definition at line 19 of file throws_when_copied.hpp.

References sndr.

Member Data Documentation

◆ sndr

template<stdexec::sender Sndr>
Sndr Tests::Utils::Functors::MutableMoveToSyncWait< Sndr >::sndr
mutable

Definition at line 17 of file throws_when_copied.hpp.


The documentation for this struct was generated from the following file: