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

Function __get_allocator

include/stdexec/__detail/__any.hpp:879–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 {}
878
879 [[nodiscard]]
880 constexpr auto __get_allocator() const noexcept -> _Allocator const &
881 {
882 return *this;
883 }
884 };
885
886 //////////////////////////////////////////////////////////////////////////////////////////

Callers 1

__awaiter_baseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected