[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppTr1
Some examples are:
Links to the document itself is supplied on one of Scott Meyers' pages: http://www.aristeia.com/EC3E/TR1_info_frames.html
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppTr1
(C++) TR1
TR1 is an abbreviation for 'Technical Report 1'. This is a document describing the upcoming new STL, but also a namespace. Some of the TR1 classes can also be found under the boost namespace.Some examples are:
- std::tr1::shared_ptr, same as boost::shared_ptr
- std::tr1::weak_ptr, same as boost::weak_ptr
- std::tr1::function, same as boost::function
- std::tr1::bind, same as boost::bind
- std::tr1::array, same as boost::array
Links to the document itself is supplied on one of Scott Meyers' pages: http://www.aristeia.com/EC3E/TR1_info_frames.html
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
