MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __get_allocator

Method __get_allocator

include/stdexec/__detail/__task.hpp:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 virtual auto __canceled() noexcept -> __std::coroutine_handle<> = 0;
449
450 [[nodiscard]]
451 constexpr auto __get_allocator() const noexcept -> allocator_type const &
452 {
453 return static_cast<allocator_type const &>(*this);
454 }
455
456 constexpr auto __handle() const noexcept -> __std::coroutine_handle<promise_type>
457 {

Callers 4

queryMethod · 0.80
__delete_Method · 0.80
__move_toMethod · 0.80
__copy_toMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected