search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/.../stl-vector-of-​unique-ptr-how-to-reset - Cached
  2. I have a class called Info. I tried creating a unique_ptr vector to hold a list of this class. The map contains the key as a string and unique_ptr as the value.
    stackoverflow.com/questions/tagged/​unique-ptr?page=9&... - Cached
  3. Convenient STL-compliant vector for pointers.; Author: ... ptr_vector< string ... and unique have been re-implemented for pointer iterators because the Standard ...
    www.codeproject.com/Articles/7351/ptr_​vector-A-Container... - Cached
  4. C++0x introduces a new smart pointer class called unique_ptr which supports move semantics with at ... vector<auto_ptr<int> > vi ... STL containers and ...
    www.informit.com/guides/​content.aspx?g=cplusplus&seqNum=400 - Cached
  5. ... replacing it with the unique_ptr class template. ... auto_ ptr may not be used in STL containers that may ... auto_ ptr < const vector ...
    en.wikipedia.org/wiki/Auto_ptr - Cache d
    More results from en.wikipedia.org »
  6. (also see the YoLinux.com tutorial on using and STL list and boost ptr_list to manage ... (unique keys), ... Simple example of storing STL strings in a vector.
    www.yolinux.com/TUTORIALS/​LinuxTutorialC%2B%2BSTL.html - Cached
  7. Learn how to implement strict ownership semantics with unique_ptr and benefit ... but you cannot use auto_ptr safely with STL ... vector<auto_ptr ...
    www.devx.com/cplus/10MinuteSolution/​39071 - Cached
  8. The addition of unique_ptr instances to STL containers is efficient because the move constructor of the unique_ptr ... // Use the unique_ptr vector<wstring ...
    msdn.microsoft.com/en-us/library/​vstudio/hh279676 - Cached
    More results from msdn.microsoft.com »
  9. ... (STL) and Generic Programming; ... In the last part of this series I will explain why unique_ptr usage in generic containers and ... vector<unique_ptr<char ...
    www.informit.com/guides/​content.aspx?g=cplusplus&seqNum=401 - Cached
  10. question related to stl vector and boost::shared_ptr. C / C++ Forums on Bytes. Careers. ... .reset(); Again, not necessary - the whole point of smart pointers like
    bytes.com/topic/c/answers/552938-​question -related-stl... - Cached