User profile: Bunty

User info
User name:Bunty
Name:Narendra Thakur
Location:Pune, India
Bio:Post Graduate in Computer Management and working for last 10 Years in finance domain.
History
Joined:
Number of posts:1
Latest posts:

How to pass std::smart_pointer to a library function accepting void*
Example: class A() { std::shared_ptr<A> x; void passShPtr() { recessive_from(x); } ...