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

Method shared_from_this

python/mod_cvcuda/nvcv/Image.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536std::shared_ptr<Image> Image::shared_from_this()
537{
538 return std::static_pointer_cast<Image>(Container::shared_from_this());
539}
540
541std::shared_ptr<const Image> Image::shared_from_this() const
542{

Callers 1

WrapExternalBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected