|
| static ::testing::TestInfo *const | test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ThenTest", "then_starts_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ThenTest>()), ::testing::internal::SuiteApiResolver< ThenTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ThenTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ThenTest_then_starts_on_Test >) |
- Test
- Similar to Tests::GraphImpl::ThenTest_then_schedule_Test, but the sender starts with a
stdexec::starts_on.
Definition at line 224 of file test_then.cpp.
◆ ThenTest_then_starts_on_Test() [1/3]
| Tests::GraphImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
| ) |
|
|
default |
◆ ~ThenTest_then_starts_on_Test()
| Tests::GraphImpl::ThenTest_then_starts_on_Test::~ThenTest_then_starts_on_Test |
( |
| ) |
|
|
overridedefault |
◆ ThenTest_then_starts_on_Test() [2/3]
| Tests::GraphImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
const ThenTest_then_starts_on_Test & | | ) |
|
|
delete |
◆ ThenTest_then_starts_on_Test() [3/3]
| Tests::GraphImpl::ThenTest_then_starts_on_Test::ThenTest_then_starts_on_Test |
( |
ThenTest_then_starts_on_Test && | | ) |
|
|
deletenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ TestBody()
| void Tests::GraphImpl::ThenTest_then_starts_on_Test::TestBody |
( |
| ) |
|
|
overrideprivate |
Create a sender that does not start with a schedule sender.
The sender cannot be queried for a completion scheduler, nor does it have a determinate domain. It may complete on the value channel or the error channel, since the stdexec::then functor is not noexcept.
Call stdexec::starts_on.
It has a completion scheduler for the value channel, but it is a dependent sender.
The completion domain will be Kokkos::Execution::GraphImpl::Domain.
Definition at line 224 of file test_then.cpp.
◆ test_info_
| testing::TestInfo *const Tests::GraphImpl::ThenTest_then_starts_on_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "ThenTest", "then_starts_on", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<ThenTest>()), ::testing::internal::SuiteApiResolver< ThenTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ThenTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< ThenTest_then_starts_on_Test >) |
|
staticprivate |
The documentation for this class was generated from the following file: