ptr_set_adapter:This class is used to build custom pointer containers with an underlying set-like container. The interface of the class is an extension of the interface from associative_ptr_container.
namespace boost { template < class Key, class VoidPtrSet, class CloneAllocator = heap_clone_allocator > class ptr_set_adapter { public: // modifiers std::pair<iterator,bool> insert( Key* x ); template< class Key2 > std::pair<iterator,bool> insert( std::auto_ptr<Key2> x ); public: // pointer container requirements bool transfer( iterator object, ptr_set_adapter& from ); size_type transfer( iterator first, iterator last, ptr_set_adapter& from ); template< class Range > size_type transfer( const Range& r, ptr_set_adapter& from ); size_type transfer( ptr_set_adapter& from ); }; // class 'ptr_set_adapter' } // namespace 'boost'
None
For additional information or queries on this page send feedback.
© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |
Legal Disclaimer Please note, that by using some of the links in this document you will leave the Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. website and the site you enter is not operated by Nokia. If you choose to access such sites, you should take precautions for security or content. By using the site, you shall review and agree to the site's rules of use before using the site. You agree and acknowledge that Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. has no control over the service and will not assume any liability or responsibility for the availability of the site, nor for any aspects of the service.