C++ Codes
Algorithms
Algorithm Analysis in C++
Beginners
Code Snippets
Graphics
Data Structures
File Manipulation
Games
Mathematics
Miscellaneous
Visual C++ Library
C++ > Visual C++ 5.0 Standard C++ Library sample source codes
Map get allocator - The member function returns allocator.
Map insert - Inserts object x in the map, if x is not already present
Map key comp - Returns the function object that map uses
Map lower bound - Returns a const iterator pointing to the first element
Map map - The default constructor creates an empty map
Map max size - Returns the maximum number of objects of type T that can fit
Map operator index - Returns reference to the type T value associated with key.
Map operatoreq - Equality operation on maps.
Map operatorgt - Returns true if m2 < m1.
Map operatorgteq - Returns true if !(m1 < m2).
Map operatorlt - Returns true if m1 is lexicographically less than m2.
Map operatorlteq - Returns true if !(m1 > m2).
Map operatorneq - The opposite of equality operation. Returns !(m1 == m2).
Map rbegin - Returns a const reverse iterator value, which points
Map rend - Returns a const reverse iterator value, which points
Map size - Returns the number of objects stored in the map
Map swap - Swaps all the elements of the map container
Map temp swap - Swaps the contents of container m1 with contents
Map upper bound - Returns a const iterator to the first map element
Map value comp - Returns an object of type value compare,
Multimap begin - Returns a const iterator to the first object
Multimap clear - Erases the elements of the multimap container.
Multimap count - Returns the number of elements in the multimap
Multimap empty - Returns true if the multimap container is empty.
Multimap end - Returns a const iterator which points just beyond
Multimap equal range
Multimap erase - Removes from the multimap container, the element positioned at it
Multimap find - Returns a const iterator pointing to first element key,
Multimap get allocator - The member function returns allocator.
Multimap insert - Inserts object x in the multimap
Multimap key comp - Returns the function object that multimap
Multimap lower bound - Returns a const iterator pointing to the first element
Multimap max size - Returns the maximum number of objects of type T that
Multimap multimap - The default constructor creates an empty multimap
Multimap operatoreq - Equality operation on maps.
Multimap operatorgt - Returns true if mm2 < mm1.
Multimap operatorgteq - Returns true if !(mm1 < mm2).
Multimap operatorlt - Returns true if mm1 is lexicographically less than mm2
Multimap operatorlteq - Returns true if !(mm1 > mm2).
Multimap operatorneq - The opposite of equality operation. Returns !(mm1 == mm2)
Multimap rbegin - Returns a const reverse iterator value
Multimap rend - Returns a const reverse iterator value
Multimap size - Returns the number of objects stored
Multimap swap - Swaps all the elements of the multimap container with
Multimap temp swap - Swaps the contents of container mm1 with contents
Multimap upper bound - Returns a const iterator to the first multimap
Multimap value comp - Returns an object of type value compare
Multiset begin - Returns a const iterator to the first object
Multiset clear - Erases the elements of the multiset container
Multiset count - Return the number of elements in the set which match key
Multiset empty - Returns true if the multiset container is empty.
Multiset end - Returns a const iterator which points just beyond the last object
Multiset equal range
Multiset erase - Removes from the multiset container
Multiset find - Returns a const iterator pointing to element key
Multiset get allocator - The member function returns allocator.
Multiset insert - Inserts object x in the multiset
Multiset key comp - Returns the function object that multiset
Multiset lower bound - Returns a const iterator pointing to the first element
Multiset max size - Returns the maximum number of objects of type T
Multiset multiset - The default constructor creates an empty multiset
Multiset operatoreq - Equality operation on sets.
Multiset operatorgt - Returns true if ms2 < ms1.
Multiset operatorgteq - Returns true if !(ms1 < ms2).
Multiset operatorlt - Returns true if ms1 is lexicographically less
Multiset operatorlteq - Returns true if !(ms1 > ms2).
Multiset operatorneq - The opposite of equality operation. Returns !(ms1 == ms2).
Multiset rbegin - Returns a const reverse iterator value
Multiset rend - Returns a const reverse iterator value
Multiset size - Returns the number of objects stored in the multiset
Page 1
Page 2
Page 4
Page 5
Privacy Policy
|
Link to Us
|
Links