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

Method __dynamic_delete

include/exec/async_scope.hpp:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 struct __dynamic_delete
466 {
467 constexpr __dynamic_delete()
468 : __delete_([](_Ty* __p) { delete __p; })
469 {}
470
471 template <class _Uy>
472 requires __std::convertible_to<_Uy*, _Ty*>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected