std::unique_ptr, std::bind, std::ref

Anyone knows where to find good reference to learn these things?
Thanks.
i'm saying that , these are c++ 0x and i didn't find good reference to learn the newly added features of STL.
any reference to learn these newly added?
Sorry for misunderstanding.

Did you try to find draft document of the standard?

For std::bind and std::ref you can look up boost::bind and boost::ref at www.boost.org
since that is where they originate.


Topic archived. No new replies allowed.