Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
Calls
2
swap
Function · 0.70
__copy_to
Method · 0.45
Tested by
no test coverage detected