Update contrib.
8 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
10 The Symbian implementation of this API fully supports all STL functionality.
17 /** @typedef pair::first_type
18 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
20 The Symbian implementation of this API fully supports all STL functionality.
26 /** @typedef pair::second_type
27 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
29 The Symbian implementation of this API fully supports all STL functionality.
36 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
38 The Symbian implementation of this API fully supports all STL functionality.
45 /** @fn pair::pair(const _T1 &__a, const _T2 &__b)
46 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
48 The Symbian implementation of this API fully supports all STL functionality.
57 /** @fn pair::pair(__move_source< pair< _T1, _T2 > > src)
58 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
60 The Symbian implementation of this API fully supports all STL functionality.
69 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
71 The Symbian implementation of this API fully supports all STL functionality.
78 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
80 The Symbian implementation of this API fully supports all STL functionality.
87 /** @fn operator==(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
88 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
90 The Symbian implementation of this API fully supports all STL functionality.
99 /** @fn operator<(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
100 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
102 The Symbian implementation of this API fully supports all STL functionality.
105 @externallyDefinedApi
111 /** @fn make_pair(_T1 __x, _T2 __y)
112 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
114 The Symbian implementation of this API fully supports all STL functionality.
117 @externallyDefinedApi
123 /** @fn operator!=(const _Tp &__x, const _Tp &__y)
124 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
126 The Symbian implementation of this API fully supports all STL functionality.
129 @externallyDefinedApi
135 /** @fn operator>(const _Tp &__x, const _Tp &__y)
136 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
138 The Symbian implementation of this API fully supports all STL functionality.
141 @externallyDefinedApi
147 /** @fn operator<=(const _Tp &__x, const _Tp &__y)
148 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
150 The Symbian implementation of this API fully supports all STL functionality.
153 @externallyDefinedApi
159 /** @fn operator>=(const _Tp &__x, const _Tp &__y)
160 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
162 The Symbian implementation of this API fully supports all STL functionality.
165 @externallyDefinedApi