j
k
j a
j l
AMDG Meryl Silverburgh wrote:
So when I do this: shared_ptr<MyClass> aPtr; and then I check for 'null' , like this: if (aPtr == NULL) { // will it return true here?
So when I do this:
shared_ptr<MyClass> aPtr;
and then I check for 'null' , like this:
if (aPtr == NULL) { // will it return true here?
Yes. It will be true. In Christ, Steven Watanabe
Back to the thread
Back to the list