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

Function __value_root_with_allocator

include/stdexec/__detail/__any.hpp:872–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870
871 template <class... _Args>
872 constexpr explicit __value_root_with_allocator(std::allocator_arg_t,
873 _Allocator const &__alloc,
874 _Args &&...__args)
875 : __value_root<_Interface, _Value>(static_cast<_Args &&>(__args)...)
876 , _Allocator(__alloc)
877 {}
878
879 [[nodiscard]]
880 constexpr auto __get_allocator() const noexcept -> _Allocator const &

Callers 1

__any.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected