associative container - A container that provides for fast retrieval of data, based on keys.
libstdcpp.lib
X (InputIterator& i, InputIterator& j, Compare& c)
X (InputIterator& i, InputIterator& j)
(const_)iterator find (const key_type& k)
size_type count (const key_type& k)
(const_)iterator lower_bound (const key_type& k)
(const_)iterator upper_bound (const key_type& k)
pair<(const_)iterator> equal_range (const key_type& k)
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. |