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

Method __copy_to

include/stdexec/__detail/__any.hpp:1783–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781 using __icopyable::__interface_base::__interface_base;
1782
1783 constexpr virtual void __copy_to(__iroot *&, std::span<std::byte>) const
1784 {
1785 STDEXEC::__die(__pure_virt_msg, "__copy_to");
1786 }
1787 };
1788
1789 //////////////////////////////////////////////////////////////////////////////////////////

Callers 1

__value_proxy_rootFunction · 0.45

Calls 1

__dieFunction · 0.85

Tested by

no test coverage detected