Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ shared_from_this
Method
shared_from_this
python/mod_cvcuda/nvcv/Resource.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
std::shared_ptr<Resource> Resource::shared_from_this()
82
{
83
return std::dynamic_pointer_cast<Resource>(Object::shared_from_this());
84
}
85
86
std::shared_ptr<const Resource> Resource::shared_from_this() const
87
{
Callers
1
submitSync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected