
2 Dec
2009
2 Dec
'09
1:12 a.m.
Hi,
I defined a shared_ptr in to a map table. How can I return a NULL
pointer in a function to search the table if it is not found as
following example?
typedef shared_ptr<int> IntPtr;
typedef std::map