Re: Connection questions
On 08/29/2013 06:19 AM, Jeremy Wagner wrote: Does a copy of a connection still share the same underlying pointer? How about through the assignment operator? Thanks! Yes, Connections, Sessions, Senders and Receivers are all 'Handles', which essentially has a smart pointer to the actual state.
Connection questions
Hello everyone, Does a copy of a connection still share the same underlying pointer? How about through the assignment operator? Thanks! Regards, Jeremy