MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / shared_from_this

Method shared_from_this

python/mod_cvcuda/nvcv/Cache.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::shared_ptr<CacheItem> CacheItem::shared_from_this()
67{
68 return std::dynamic_pointer_cast<CacheItem>(Object::shared_from_this());
69}
70
71std::shared_ptr<const CacheItem> CacheItem::shared_from_this() const
72{

Callers 2

isInUseMethod · 0.95
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected