Update contrib.
7 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
9 The Symbian implementation of this API fully supports all STL functionality.
16 /** @typedef std::set::key_type
17 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
19 The Symbian implementation of this API fully supports all STL functionality.
25 /** @typedef std::set::value_type
26 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
28 The Symbian implementation of this API fully supports all STL functionality.
34 /** @typedef std::set::key_compare
35 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
37 The Symbian implementation of this API fully supports all STL functionality.
43 /** @typedef std::set::value_compare
44 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
46 The Symbian implementation of this API fully supports all STL functionality.
52 /** @typedef std::set::_Rep_type
53 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
55 The Symbian implementation of this API fully supports all STL functionality.
61 /** @typedef std::set::pointer
62 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
64 The Symbian implementation of this API fully supports all STL functionality.
70 /** @typedef std::set::const_pointer
71 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
73 The Symbian implementation of this API fully supports all STL functionality.
79 /** @typedef std::set::reference
80 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
82 The Symbian implementation of this API fully supports all STL functionality.
88 /** @typedef std::set::const_reference
89 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
91 The Symbian implementation of this API fully supports all STL functionality.
97 /** @typedef std::set::iterator
98 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
100 The Symbian implementation of this API fully supports all STL functionality.
103 @externallyDefinedApi
106 /** @typedef std::set::const_iterator
107 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
109 The Symbian implementation of this API fully supports all STL functionality.
112 @externallyDefinedApi
115 /** @typedef std::set::reverse_iterator
116 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
118 The Symbian implementation of this API fully supports all STL functionality.
121 @externallyDefinedApi
124 /** @typedef std::set::const_reverse_iterator
125 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
127 The Symbian implementation of this API fully supports all STL functionality.
130 @externallyDefinedApi
133 /** @typedef std::set::size_type
134 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
136 The Symbian implementation of this API fully supports all STL functionality.
139 @externallyDefinedApi
142 /** @typedef std::set::difference_type
143 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
145 The Symbian implementation of this API fully supports all STL functionality.
148 @externallyDefinedApi
151 /** @typedef std::set::allocator_type
152 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
154 The Symbian implementation of this API fully supports all STL functionality.
157 @externallyDefinedApi
160 /** @fn std::set::set(const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())
161 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
163 The Symbian implementation of this API fully supports all STL functionality.
166 @externallyDefinedApi
172 /** @fn std::set::set(_InputIterator __first, _InputIterator __last)
173 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
175 The Symbian implementation of this API fully supports all STL functionality.
178 @externallyDefinedApi
184 /** @fn std::set::set(_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type())
185 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
187 The Symbian implementation of this API fully supports all STL functionality.
190 @externallyDefinedApi
198 /** @fn std::set::set(const _Self &__x)
199 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
201 The Symbian implementation of this API fully supports all STL functionality.
204 @externallyDefinedApi
209 /** @fn std::set::set(__move_source< _Self > src)
210 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
212 The Symbian implementation of this API fully supports all STL functionality.
215 @externallyDefinedApi
220 /** @fn std::set::operator=(const _Self &__x)
221 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
223 The Symbian implementation of this API fully supports all STL functionality.
226 @externallyDefinedApi
231 /** @fn std::set::key_comp() const
232 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
234 The Symbian implementation of this API fully supports all STL functionality.
237 @externallyDefinedApi
241 /** @fn std::set::value_comp() const
242 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
244 The Symbian implementation of this API fully supports all STL functionality.
247 @externallyDefinedApi
251 /** @fn std::set::get_allocator() const
252 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
254 The Symbian implementation of this API fully supports all STL functionality.
257 @externallyDefinedApi
261 /** @fn std::set::begin()
262 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
264 The Symbian implementation of this API fully supports all STL functionality.
267 @externallyDefinedApi
271 /** @fn std::set::end()
272 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
274 The Symbian implementation of this API fully supports all STL functionality.
277 @externallyDefinedApi
281 /** @fn std::set::begin() const
282 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
284 The Symbian implementation of this API fully supports all STL functionality.
287 @externallyDefinedApi
291 /** @fn std::set::end() const
292 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
294 The Symbian implementation of this API fully supports all STL functionality.
297 @externallyDefinedApi
301 /** @fn std::set::rbegin()
302 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
304 The Symbian implementation of this API fully supports all STL functionality.
307 @externallyDefinedApi
311 /** @fn std::set::rend()
312 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
314 The Symbian implementation of this API fully supports all STL functionality.
317 @externallyDefinedApi
321 /** @fn std::set::rbegin() const
322 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
324 The Symbian implementation of this API fully supports all STL functionality.
327 @externallyDefinedApi
331 /** @fn std::set::rend() const
332 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
334 The Symbian implementation of this API fully supports all STL functionality.
337 @externallyDefinedApi
341 /** @fn std::set::empty() const
342 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
344 The Symbian implementation of this API fully supports all STL functionality.
347 @externallyDefinedApi
351 /** @fn std::set::size() const
352 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
354 The Symbian implementation of this API fully supports all STL functionality.
357 @externallyDefinedApi
361 /** @fn std::set::max_size() const
362 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
364 The Symbian implementation of this API fully supports all STL functionality.
367 @externallyDefinedApi
371 /** @fn std::set::swap(_Self &__x)
372 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
374 The Symbian implementation of this API fully supports all STL functionality.
377 @externallyDefinedApi
382 /** @fn std::set::insert(const value_type &__x)
383 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
385 The Symbian implementation of this API fully supports all STL functionality.
388 @externallyDefinedApi
393 /** @fn std::set::insert(iterator __pos, const value_type &__x)
394 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
396 The Symbian implementation of this API fully supports all STL functionality.
399 @externallyDefinedApi
405 /** @fn std::set::insert(_InputIterator __first, _InputIterator __last)
406 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
408 The Symbian implementation of this API fully supports all STL functionality.
411 @externallyDefinedApi
417 /** @fn std::set::erase(iterator __pos)
418 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
420 The Symbian implementation of this API fully supports all STL functionality.
423 @externallyDefinedApi
428 /** @fn std::set::erase(const key_type &__x)
429 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
431 The Symbian implementation of this API fully supports all STL functionality.
434 @externallyDefinedApi
439 /** @fn std::set::erase(iterator __first, iterator __last)
440 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
442 The Symbian implementation of this API fully supports all STL functionality.
445 @externallyDefinedApi
451 /** @fn std::set::clear()
452 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
454 The Symbian implementation of this API fully supports all STL functionality.
457 @externallyDefinedApi
461 /** @fn std::set::find(const _KT &__x) const
462 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
464 The Symbian implementation of this API fully supports all STL functionality.
467 @externallyDefinedApi
472 /** @fn std::set::find(const _KT &__x)
473 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
475 The Symbian implementation of this API fully supports all STL functionality.
478 @externallyDefinedApi
483 /** @fn std::set::count(const _KT &__x) const
484 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
486 The Symbian implementation of this API fully supports all STL functionality.
489 @externallyDefinedApi
494 /** @fn std::set::lower_bound(const _KT &__x)
495 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
497 The Symbian implementation of this API fully supports all STL functionality.
500 @externallyDefinedApi
505 /** @fn std::set::lower_bound(const _KT &__x) const
506 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
508 The Symbian implementation of this API fully supports all STL functionality.
511 @externallyDefinedApi
516 /** @fn std::set::upper_bound(const _KT &__x)
517 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
519 The Symbian implementation of this API fully supports all STL functionality.
522 @externallyDefinedApi
527 /** @fn std::set::upper_bound(const _KT &__x) const
528 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
530 The Symbian implementation of this API fully supports all STL functionality.
533 @externallyDefinedApi
538 /** @fn std::set::equal_range(const _KT &__x)
539 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
541 The Symbian implementation of this API fully supports all STL functionality.
544 @externallyDefinedApi
549 /** @fn std::set::equal_range(const _KT &__x) const
550 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
552 The Symbian implementation of this API fully supports all STL functionality.
555 @externallyDefinedApi
560 /** @typedef std::set::_Self
561 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
563 The Symbian implementation of this API fully supports all STL functionality.
566 @externallyDefinedApi
569 /** @typedef std::set::_SetTraits
570 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
572 The Symbian implementation of this API fully supports all STL functionality.
575 @externallyDefinedApi
578 /** @var std::set::_M_t
579 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
581 The Symbian implementation of this API fully supports all STL functionality.
584 @externallyDefinedApi
587 /** @class std::multiset
588 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
590 The Symbian implementation of this API fully supports all STL functionality.
593 @externallyDefinedApi
597 /** @typedef std::multiset::key_type
598 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
600 The Symbian implementation of this API fully supports all STL functionality.
603 @externallyDefinedApi
606 /** @typedef std::multiset::value_type
607 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
609 The Symbian implementation of this API fully supports all STL functionality.
612 @externallyDefinedApi
615 /** @typedef std::multiset::key_compare
616 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
618 The Symbian implementation of this API fully supports all STL functionality.
621 @externallyDefinedApi
624 /** @typedef std::multiset::value_compare
625 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
627 The Symbian implementation of this API fully supports all STL functionality.
630 @externallyDefinedApi
633 /** @typedef std::multiset::_Rep_type
634 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
636 The Symbian implementation of this API fully supports all STL functionality.
639 @externallyDefinedApi
642 /** @typedef std::multiset::pointer
643 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
645 The Symbian implementation of this API fully supports all STL functionality.
648 @externallyDefinedApi
651 /** @typedef std::multiset::const_pointer
652 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
654 The Symbian implementation of this API fully supports all STL functionality.
657 @externallyDefinedApi
660 /** @typedef std::multiset::reference
661 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
663 The Symbian implementation of this API fully supports all STL functionality.
666 @externallyDefinedApi
669 /** @typedef std::multiset::const_reference
670 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
672 The Symbian implementation of this API fully supports all STL functionality.
675 @externallyDefinedApi
678 /** @typedef std::multiset::iterator
679 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
681 The Symbian implementation of this API fully supports all STL functionality.
684 @externallyDefinedApi
687 /** @typedef std::multiset::const_iterator
688 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
690 The Symbian implementation of this API fully supports all STL functionality.
693 @externallyDefinedApi
696 /** @typedef std::multiset::reverse_iterator
697 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
699 The Symbian implementation of this API fully supports all STL functionality.
702 @externallyDefinedApi
705 /** @typedef std::multiset::const_reverse_iterator
706 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
708 The Symbian implementation of this API fully supports all STL functionality.
711 @externallyDefinedApi
714 /** @typedef std::multiset::size_type
715 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
717 The Symbian implementation of this API fully supports all STL functionality.
720 @externallyDefinedApi
723 /** @typedef std::multiset::difference_type
724 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
726 The Symbian implementation of this API fully supports all STL functionality.
729 @externallyDefinedApi
732 /** @typedef std::multiset::allocator_type
733 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
735 The Symbian implementation of this API fully supports all STL functionality.
738 @externallyDefinedApi
741 /** @fn std::multiset::multiset(const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())
742 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
744 The Symbian implementation of this API fully supports all STL functionality.
747 @externallyDefinedApi
753 /** @fn std::multiset::multiset(_InputIterator __first, _InputIterator __last)
754 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
756 The Symbian implementation of this API fully supports all STL functionality.
759 @externallyDefinedApi
765 /** @fn std::multiset::multiset(_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type())
766 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
768 The Symbian implementation of this API fully supports all STL functionality.
771 @externallyDefinedApi
779 /** @fn std::multiset::multiset(const _Self &__x)
780 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
782 The Symbian implementation of this API fully supports all STL functionality.
785 @externallyDefinedApi
790 /** @fn std::multiset::operator=(const _Self &__x)
791 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
793 The Symbian implementation of this API fully supports all STL functionality.
796 @externallyDefinedApi
801 /** @fn std::multiset::multiset(__move_source< _Self > src)
802 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
804 The Symbian implementation of this API fully supports all STL functionality.
807 @externallyDefinedApi
812 /** @fn std::multiset::key_comp() const
813 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
815 The Symbian implementation of this API fully supports all STL functionality.
818 @externallyDefinedApi
822 /** @fn std::multiset::value_comp() const
823 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
825 The Symbian implementation of this API fully supports all STL functionality.
828 @externallyDefinedApi
832 /** @fn std::multiset::get_allocator() const
833 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
835 The Symbian implementation of this API fully supports all STL functionality.
838 @externallyDefinedApi
842 /** @fn std::multiset::begin()
843 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
845 The Symbian implementation of this API fully supports all STL functionality.
848 @externallyDefinedApi
852 /** @fn std::multiset::end()
853 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
855 The Symbian implementation of this API fully supports all STL functionality.
858 @externallyDefinedApi
862 /** @fn std::multiset::begin() const
863 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
865 The Symbian implementation of this API fully supports all STL functionality.
868 @externallyDefinedApi
872 /** @fn std::multiset::end() const
873 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
875 The Symbian implementation of this API fully supports all STL functionality.
878 @externallyDefinedApi
882 /** @fn std::multiset::rbegin()
883 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
885 The Symbian implementation of this API fully supports all STL functionality.
888 @externallyDefinedApi
892 /** @fn std::multiset::rend()
893 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
895 The Symbian implementation of this API fully supports all STL functionality.
898 @externallyDefinedApi
902 /** @fn std::multiset::rbegin() const
903 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
905 The Symbian implementation of this API fully supports all STL functionality.
908 @externallyDefinedApi
912 /** @fn std::multiset::rend() const
913 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
915 The Symbian implementation of this API fully supports all STL functionality.
918 @externallyDefinedApi
922 /** @fn std::multiset::empty() const
923 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
925 The Symbian implementation of this API fully supports all STL functionality.
928 @externallyDefinedApi
932 /** @fn std::multiset::size() const
933 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
935 The Symbian implementation of this API fully supports all STL functionality.
938 @externallyDefinedApi
942 /** @fn std::multiset::max_size() const
943 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
945 The Symbian implementation of this API fully supports all STL functionality.
948 @externallyDefinedApi
952 /** @fn std::multiset::swap(_Self &__x)
953 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
955 The Symbian implementation of this API fully supports all STL functionality.
958 @externallyDefinedApi
963 /** @fn std::multiset::insert(const value_type &__x)
964 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
966 The Symbian implementation of this API fully supports all STL functionality.
969 @externallyDefinedApi
974 /** @fn std::multiset::insert(iterator __pos, const value_type &__x)
975 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
977 The Symbian implementation of this API fully supports all STL functionality.
980 @externallyDefinedApi
986 /** @fn std::multiset::insert(_InputIterator __first, _InputIterator __last)
987 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
989 The Symbian implementation of this API fully supports all STL functionality.
992 @externallyDefinedApi
998 /** @fn std::multiset::erase(iterator __pos)
999 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1001 The Symbian implementation of this API fully supports all STL functionality.
1004 @externallyDefinedApi
1009 /** @fn std::multiset::erase(const key_type &__x)
1010 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1012 The Symbian implementation of this API fully supports all STL functionality.
1015 @externallyDefinedApi
1020 /** @fn std::multiset::erase(iterator __first, iterator __last)
1021 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1023 The Symbian implementation of this API fully supports all STL functionality.
1026 @externallyDefinedApi
1032 /** @fn std::multiset::clear()
1033 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1035 The Symbian implementation of this API fully supports all STL functionality.
1038 @externallyDefinedApi
1042 /** @fn std::multiset::find(const _KT &__x)
1043 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1045 The Symbian implementation of this API fully supports all STL functionality.
1048 @externallyDefinedApi
1053 /** @fn std::multiset::find(const _KT &__x) const
1054 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1056 The Symbian implementation of this API fully supports all STL functionality.
1059 @externallyDefinedApi
1064 /** @fn std::multiset::count(const _KT &__x) const
1065 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1067 The Symbian implementation of this API fully supports all STL functionality.
1070 @externallyDefinedApi
1075 /** @fn std::multiset::lower_bound(const _KT &__x)
1076 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1078 The Symbian implementation of this API fully supports all STL functionality.
1081 @externallyDefinedApi
1086 /** @fn std::multiset::lower_bound(const _KT &__x) const
1087 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1089 The Symbian implementation of this API fully supports all STL functionality.
1092 @externallyDefinedApi
1097 /** @fn std::multiset::upper_bound(const _KT &__x)
1098 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1100 The Symbian implementation of this API fully supports all STL functionality.
1103 @externallyDefinedApi
1108 /** @fn std::multiset::upper_bound(const _KT &__x) const
1109 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1111 The Symbian implementation of this API fully supports all STL functionality.
1114 @externallyDefinedApi
1119 /** @fn std::multiset::equal_range(const _KT &__x)
1120 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1122 The Symbian implementation of this API fully supports all STL functionality.
1125 @externallyDefinedApi
1130 /** @fn std::multiset::equal_range(const _KT &__x) const
1131 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1133 The Symbian implementation of this API fully supports all STL functionality.
1136 @externallyDefinedApi
1141 /** @typedef std::multiset::_Self
1142 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1144 The Symbian implementation of this API fully supports all STL functionality.
1147 @externallyDefinedApi
1150 /** @typedef std::multiset::_MultisetTraits
1151 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1153 The Symbian implementation of this API fully supports all STL functionality.
1156 @externallyDefinedApi
1159 /** @var std::multiset::_M_t
1160 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1162 The Symbian implementation of this API fully supports all STL functionality.
1165 @externallyDefinedApi
1168 /** @struct std::__move_traits< set< _Key, _Compare, _Alloc > >
1169 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1171 The Symbian implementation of this API fully supports all STL functionality.
1173 @internalComponent //Changed from publishedAll
1174 @externallyDefinedApi
1178 /** @struct std::__move_traits< multiset< _Key, _Compare, _Alloc > >
1179 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1181 The Symbian implementation of this API fully supports all STL functionality.
1183 @internalComponent //Changed from publishedAll
1184 @externallyDefinedApi
1190 /** @def _STLP_TEMPLATE_HEADER
1191 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1193 The Symbian implementation of this API fully supports all STL functionality.
1195 @internalComponent //Changed from publishedAll
1196 @externallyDefinedApi
1199 /** @def _STLP_TEMPLATE_CONTAINER
1200 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1202 The Symbian implementation of this API fully supports all STL functionality.
1204 @internalComponent //Changed from publishedAll
1205 @externallyDefinedApi
1208 /** @def _STLP_TEMPLATE_CONTAINER
1209 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
1211 The Symbian implementation of this API fully supports all STL functionality.
1213 @internalComponent //Changed from publishedAll
1214 @externallyDefinedApi