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

Function __value_proxy_root

include/stdexec/__detail/__any.hpp:902–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900
901 STDEXEC_ATTRIBUTE(always_inline)
902 constexpr __value_proxy_root() noexcept
903 {
904 STDEXEC_IF_CONSTEVAL
905 {
906 __root_ptr_ = nullptr;
907 }
908 else
909 {
910 *__std::start_lifetime_as<__tagged_ptr>(__buff_) = __tagged_ptr();

Callers 1

__any.hppFile · 0.70

Calls 2

swapFunction · 0.70
__copy_toMethod · 0.45

Tested by

no test coverage detected