STL class for reference-counted pointers?

Posted by hasen j on Stack Overflow See other posts from Stack Overflow or by hasen j
Published on 2009-03-17T06:46:20Z Indexed on 2010/05/16 23:00 UTC
Read the original article Hit count: 199

This should be trivial but I can't seem to find it (unless no such class exists!)

What's the STL class (or set of classes) for smart pointers?

UPDATE

Thanks for the responses,
I must say I'm surprised there's no standard implementation.

I ended up using this one: http://www.gamedev.net/reference/articles/article1060.asp

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl