Standard C++ Library Reference ISO/IEC (VERSION3)
const map<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
bool operator>(
const multimap<Key, Ty, Pr, Alloc>& left,
const multimap<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
bool operator<=(
const map<Key, Ty, Pr, Alloc>& left,
const map<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
bool operator<=(
const multimap<Key, Ty, Pr, Alloc>& left,
const multimap<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
bool operator>=(
const map<Key, Ty, Pr, Alloc>& left,
const map<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
bool operator>=(
const multimap<Key, Ty, Pr, Alloc>& left,
const multimap<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
void swap(
map<Key, Ty, Pr, Alloc>& left,
map<Key, Ty, Pr, Alloc>& right);
template<class Key, class Ty, class Pr, class Alloc>
void swap(
multimap<Key, Ty, Pr, Alloc>& left,
multimap<Key, Ty, Pr, Alloc>& right);
};
map
allocator_type · begin · clear · const_iterator · const_pointer
· const_reference · const_reverse_iterator · count ·
difference_type · empty · end · equal_range · erase · find ·
get_allocator · insert · iterator · key_comp · key_compare ·
key_type · lower_bound · map · mapped_type · max_size ·
operator[] · pointer · rbegin · reference · rend ·
reverse_iterator · size · size_type · swap · upper_bound ·
value_comp · value_compare · value_type