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

Method shared_from_this

python/mod_cvcuda/nvcv/ImageBatch.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::shared_ptr<ImageBatchVarShape> ImageBatchVarShape::shared_from_this()
196{
197 return std::static_pointer_cast<ImageBatchVarShape>(Container::shared_from_this());
198}
199
200std::shared_ptr<const ImageBatchVarShape> ImageBatchVarShape::shared_from_this() const
201{

Callers 1

pushBackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected