ptr_multiset_adapter: This class is used to build custom pointer containers with an underlying multiset-like container. The interface of the class is an extension of the interface from associative_ptr_container.
namespace boost { template < class Key, class VoidPtrMultiSet, class CloneAllocator = heap_clone_allocator > class ptr_multiset_adapter { public: // modifiers iterator insert( Key* x ); template< class Key2 > iterator insert( std::auto_ptr<Key2> x ); public: // pointer container requirements void transfer( iterator object, ptr_multiset_adapter& from ); size_type transfer( iterator first, iterator last, ptr_multiset_adapter& from ); template< class Range > size_type transfer( const Range& r, ptr_multiset_adapter& from ); void transfer( ptr_multiset_adapter& from ); }; // class 'ptr_multiset_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.