os/ossrv/genericopenlibs/cppstdlib/stl/stlport/stl/_pair.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
sl@0
     2
/** @file _pair.h
sl@0
     3
@internalComponent
sl@0
     4
*/
sl@0
     5
sl@0
     6
sl@0
     7
/** @struct pair
sl@0
     8
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
     9
sl@0
    10
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    11
sl@0
    12
@publishedAll
sl@0
    13
@externallyDefinedApi
sl@0
    14
*/
sl@0
    15
sl@0
    16
sl@0
    17
/** @typedef pair::first_type
sl@0
    18
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    19
sl@0
    20
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    21
sl@0
    22
@publishedAll
sl@0
    23
@externallyDefinedApi
sl@0
    24
*/
sl@0
    25
sl@0
    26
/** @typedef pair::second_type
sl@0
    27
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    28
sl@0
    29
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    30
sl@0
    31
@publishedAll
sl@0
    32
@externallyDefinedApi
sl@0
    33
*/
sl@0
    34
sl@0
    35
/** @fn pair::pair()
sl@0
    36
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    37
sl@0
    38
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    39
sl@0
    40
@publishedAll
sl@0
    41
@externallyDefinedApi
sl@0
    42
@return -
sl@0
    43
*/
sl@0
    44
sl@0
    45
/** @fn pair::pair(const _T1 &__a, const _T2 &__b)
sl@0
    46
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    47
sl@0
    48
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    49
sl@0
    50
@publishedAll
sl@0
    51
@externallyDefinedApi
sl@0
    52
@param __a -
sl@0
    53
@param __b -
sl@0
    54
@return -
sl@0
    55
*/
sl@0
    56
sl@0
    57
/** @fn pair::pair(__move_source< pair< _T1, _T2 > > src)
sl@0
    58
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    59
sl@0
    60
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    61
sl@0
    62
@publishedAll
sl@0
    63
@externallyDefinedApi
sl@0
    64
@param src -
sl@0
    65
@return -
sl@0
    66
*/
sl@0
    67
sl@0
    68
/** @var pair::first
sl@0
    69
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    70
sl@0
    71
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    72
sl@0
    73
@publishedAll
sl@0
    74
@externallyDefinedApi
sl@0
    75
*/
sl@0
    76
sl@0
    77
/** @var pair::second
sl@0
    78
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    79
sl@0
    80
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    81
sl@0
    82
@publishedAll
sl@0
    83
@externallyDefinedApi
sl@0
    84
*/
sl@0
    85
sl@0
    86
sl@0
    87
/** @fn operator==(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
sl@0
    88
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    89
sl@0
    90
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    91
sl@0
    92
@publishedAll
sl@0
    93
@externallyDefinedApi
sl@0
    94
@param __x -
sl@0
    95
@param __y -
sl@0
    96
@return -
sl@0
    97
*/
sl@0
    98
sl@0
    99
/** @fn operator<(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
sl@0
   100
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   101
sl@0
   102
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   103
sl@0
   104
@publishedAll
sl@0
   105
@externallyDefinedApi
sl@0
   106
@param __x -
sl@0
   107
@param __y -
sl@0
   108
@return -
sl@0
   109
*/
sl@0
   110
sl@0
   111
/** @fn make_pair(_T1 __x, _T2 __y)
sl@0
   112
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   113
sl@0
   114
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   115
sl@0
   116
@publishedAll
sl@0
   117
@externallyDefinedApi
sl@0
   118
@param __x -
sl@0
   119
@param __y -
sl@0
   120
@return -
sl@0
   121
*/
sl@0
   122
sl@0
   123
/** @fn operator!=(const _Tp &__x, const _Tp &__y)
sl@0
   124
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   125
sl@0
   126
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   127
sl@0
   128
@publishedAll
sl@0
   129
@externallyDefinedApi
sl@0
   130
@param __x -
sl@0
   131
@param __y -
sl@0
   132
@return -
sl@0
   133
*/
sl@0
   134
sl@0
   135
/** @fn operator>(const _Tp &__x, const _Tp &__y)
sl@0
   136
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   137
sl@0
   138
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   139
sl@0
   140
@publishedAll
sl@0
   141
@externallyDefinedApi
sl@0
   142
@param __x -
sl@0
   143
@param __y -
sl@0
   144
@return -
sl@0
   145
*/
sl@0
   146
sl@0
   147
/** @fn operator<=(const _Tp &__x, const _Tp &__y)
sl@0
   148
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   149
sl@0
   150
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   151
sl@0
   152
@publishedAll
sl@0
   153
@externallyDefinedApi
sl@0
   154
@param __x -
sl@0
   155
@param __y -
sl@0
   156
@return -
sl@0
   157
*/
sl@0
   158
sl@0
   159
/** @fn operator>=(const _Tp &__x, const _Tp &__y)
sl@0
   160
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   161
sl@0
   162
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   163
sl@0
   164
@publishedAll
sl@0
   165
@externallyDefinedApi
sl@0
   166
@param __x -
sl@0
   167
@param __y -
sl@0
   168
@return -
sl@0
   169
*/
sl@0
   170