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

Method __impl_base

include/exec/linux/io_uring_context.hpp:950–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948
949 template <class... _Args>
950 __impl_base(__task* __parent, std::in_place_t, _Args&&... __args)
951 noexcept(STDEXEC::__nothrow_constructible_from<_Base, _Args...>)
952 : __parent_{__parent}
953 , __base_(static_cast<_Args&&>(__args)...)
954 {}
955 };
956
957 template <class _Base>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected