kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::TrackingAllocatorTest_forwarded_through_then_Test Class Reference
Inheritance diagram for Tests::TrackingAllocatorTest_forwarded_through_then_Test:

Public Member Functions

 TrackingAllocatorTest_forwarded_through_then_Test ()=default
 ~TrackingAllocatorTest_forwarded_through_then_Test () override=default
 TrackingAllocatorTest_forwarded_through_then_Test (const TrackingAllocatorTest_forwarded_through_then_Test &)=delete
TrackingAllocatorTest_forwarded_through_then_Testoperator= (const TrackingAllocatorTest_forwarded_through_then_Test &)=delete
 TrackingAllocatorTest_forwarded_through_then_Test (TrackingAllocatorTest_forwarded_through_then_Test &&) noexcept=delete
TrackingAllocatorTest_forwarded_through_then_Testoperator= (TrackingAllocatorTest_forwarded_through_then_Test &&) noexcept=delete

Private Member Functions

void TestBody () override

Static Private Attributes

static ::testing::TestInfo *const test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "TrackingAllocatorTest", "forwarded_through_then", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTestTypeId()), ::testing::internal::SuiteApiResolver< ::testing::Test>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ::testing::Test>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< TrackingAllocatorTest_forwarded_through_then_Test >)

Detailed Description

Test
The allocator is forwarded through stdexec::then adaptor because stdexec::get_allocator_t is a forwarding query.

Definition at line 38 of file test_tracking_allocator.cpp.

Constructor & Destructor Documentation

◆ TrackingAllocatorTest_forwarded_through_then_Test() [1/3]

Tests::TrackingAllocatorTest_forwarded_through_then_Test::TrackingAllocatorTest_forwarded_through_then_Test ( )
default

◆ ~TrackingAllocatorTest_forwarded_through_then_Test()

Tests::TrackingAllocatorTest_forwarded_through_then_Test::~TrackingAllocatorTest_forwarded_through_then_Test ( )
overridedefault

◆ TrackingAllocatorTest_forwarded_through_then_Test() [2/3]

Tests::TrackingAllocatorTest_forwarded_through_then_Test::TrackingAllocatorTest_forwarded_through_then_Test ( const TrackingAllocatorTest_forwarded_through_then_Test & )
delete

◆ TrackingAllocatorTest_forwarded_through_then_Test() [3/3]

Tests::TrackingAllocatorTest_forwarded_through_then_Test::TrackingAllocatorTest_forwarded_through_then_Test ( TrackingAllocatorTest_forwarded_through_then_Test && )
deletenoexcept

Member Function Documentation

◆ operator=() [1/2]

TrackingAllocatorTest_forwarded_through_then_Test & Tests::TrackingAllocatorTest_forwarded_through_then_Test::operator= ( const TrackingAllocatorTest_forwarded_through_then_Test & )
delete

◆ operator=() [2/2]

TrackingAllocatorTest_forwarded_through_then_Test & Tests::TrackingAllocatorTest_forwarded_through_then_Test::operator= ( TrackingAllocatorTest_forwarded_through_then_Test && )
deletenoexcept

◆ TestBody()

void Tests::TrackingAllocatorTest_forwarded_through_then_Test::TestBody ( )
overrideprivate

Definition at line 38 of file test_tracking_allocator.cpp.

Member Data Documentation

◆ test_info_

testing::TestInfo *const Tests::TrackingAllocatorTest_forwarded_through_then_Test::test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "TrackingAllocatorTest", "forwarded_through_then", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTestTypeId()), ::testing::internal::SuiteApiResolver< ::testing::Test>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< ::testing::Test>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< TrackingAllocatorTest_forwarded_through_then_Test >)
staticprivate

Definition at line 38 of file test_tracking_allocator.cpp.


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