j
k
j a
j l
You can use my_locking_ptr<T> get_pointer(T & t); Of course my_locking_ptr<> must support operator->* for this to work.
You can use
my_locking_ptr<T> get_pointer(T & t);
Of course my_locking_ptr<> must support operator->* for this to work.
Oh, so obvious! Thank you so much. Regards, Justinas V.D.
Back to the thread
Back to the list