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

Method shared_from_this

python/mod_cvcuda/nvcv/Stream.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317std::shared_ptr<Stream> Stream::shared_from_this()
318{
319 return std::dynamic_pointer_cast<Stream>(Object::shared_from_this());
320}
321
322std::shared_ptr<const Stream> Stream::shared_from_this() const
323{

Callers 2

holdResourcesMethod · 0.95
ExportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected