All Questions
Tagged with smart-pointer stack
1 question
0
votes
1
answer
195
views
confusion regarding handling of new smart pointers on stack frames?
Let me try to elaborate it.
Stack Frame: When we execute any function it create stack where all local variables and instructions reside.
And Smart Pointer: smart pointer like std::unique_ptr allows ...