os/ossrv/genericopenlibs/cppstdlib/stl/stlport/stl/_function.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 _function.h
sl@0
     3
@internalComponent
sl@0
     4
*/
sl@0
     5
sl@0
     6
/** @class unary_negate
sl@0
     7
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
     8
sl@0
     9
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    10
sl@0
    11
@publishedAll
sl@0
    12
@externallyDefinedApi
sl@0
    13
*/
sl@0
    14
sl@0
    15
sl@0
    16
/** @typedef unary_negate::argument_type
sl@0
    17
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    18
sl@0
    19
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    20
sl@0
    21
@publishedAll
sl@0
    22
@externallyDefinedApi
sl@0
    23
*/
sl@0
    24
sl@0
    25
/** @fn unary_negate::unary_negate(const _Predicate &__x)
sl@0
    26
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    27
sl@0
    28
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    29
sl@0
    30
@publishedAll
sl@0
    31
@externallyDefinedApi
sl@0
    32
@param __x -
sl@0
    33
@return -
sl@0
    34
*/
sl@0
    35
sl@0
    36
/** @fn unary_negate::operator()(_ArgParamType __x) const
sl@0
    37
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    38
sl@0
    39
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    40
sl@0
    41
@publishedAll
sl@0
    42
@externallyDefinedApi
sl@0
    43
@param __x -
sl@0
    44
@return -
sl@0
    45
*/
sl@0
    46
sl@0
    47
/** @var unary_negate::_M_pred
sl@0
    48
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    49
sl@0
    50
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    51
sl@0
    52
@publishedAll
sl@0
    53
@externallyDefinedApi
sl@0
    54
*/
sl@0
    55
sl@0
    56
/** @typedef unary_negate::_Base
sl@0
    57
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    58
sl@0
    59
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    60
sl@0
    61
@publishedAll
sl@0
    62
@externallyDefinedApi
sl@0
    63
*/
sl@0
    64
sl@0
    65
/** @typedef unary_negate::_ArgParamType
sl@0
    66
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    67
sl@0
    68
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    69
sl@0
    70
@publishedAll
sl@0
    71
@externallyDefinedApi
sl@0
    72
*/
sl@0
    73
sl@0
    74
/** @class binary_negate
sl@0
    75
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    76
sl@0
    77
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    78
sl@0
    79
@publishedAll
sl@0
    80
@externallyDefinedApi
sl@0
    81
*/
sl@0
    82
sl@0
    83
sl@0
    84
/** @typedef binary_negate::first_argument_type
sl@0
    85
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    86
sl@0
    87
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    88
sl@0
    89
@publishedAll
sl@0
    90
@externallyDefinedApi
sl@0
    91
*/
sl@0
    92
sl@0
    93
/** @typedef binary_negate::second_argument_type
sl@0
    94
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
    95
sl@0
    96
The Symbian implementation of this API fully supports all STL functionality.
sl@0
    97
sl@0
    98
@publishedAll
sl@0
    99
@externallyDefinedApi
sl@0
   100
*/
sl@0
   101
sl@0
   102
/** @fn binary_negate::binary_negate(const _Predicate &__x)
sl@0
   103
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   104
sl@0
   105
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   106
sl@0
   107
@publishedAll
sl@0
   108
@externallyDefinedApi
sl@0
   109
@param __x -
sl@0
   110
@return -
sl@0
   111
*/
sl@0
   112
sl@0
   113
/** @fn binary_negate::operator()(_FstArgParamType __x, _SndArgParamType __y) const
sl@0
   114
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   115
sl@0
   116
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   117
sl@0
   118
@publishedAll
sl@0
   119
@externallyDefinedApi
sl@0
   120
@param __x -
sl@0
   121
@param __y -
sl@0
   122
@return -
sl@0
   123
*/
sl@0
   124
sl@0
   125
/** @var binary_negate::_M_pred
sl@0
   126
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   127
sl@0
   128
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   129
sl@0
   130
@publishedAll
sl@0
   131
@externallyDefinedApi
sl@0
   132
*/
sl@0
   133
sl@0
   134
/** @typedef binary_negate::_Base
sl@0
   135
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   136
sl@0
   137
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   138
sl@0
   139
@publishedAll
sl@0
   140
@externallyDefinedApi
sl@0
   141
*/
sl@0
   142
sl@0
   143
/** @typedef binary_negate::_FstArgParamType
sl@0
   144
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   145
sl@0
   146
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   147
sl@0
   148
@publishedAll
sl@0
   149
@externallyDefinedApi
sl@0
   150
*/
sl@0
   151
sl@0
   152
/** @typedef binary_negate::_SndArgParamType
sl@0
   153
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   154
sl@0
   155
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   156
sl@0
   157
@publishedAll
sl@0
   158
@externallyDefinedApi
sl@0
   159
*/
sl@0
   160
sl@0
   161
/** @class binder1st
sl@0
   162
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   163
sl@0
   164
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   165
sl@0
   166
@publishedAll
sl@0
   167
@externallyDefinedApi
sl@0
   168
*/
sl@0
   169
sl@0
   170
sl@0
   171
/** @typedef binder1st::argument_type
sl@0
   172
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   173
sl@0
   174
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   175
sl@0
   176
@publishedAll
sl@0
   177
@externallyDefinedApi
sl@0
   178
*/
sl@0
   179
sl@0
   180
/** @typedef binder1st::result_type
sl@0
   181
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   182
sl@0
   183
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   184
sl@0
   185
@publishedAll
sl@0
   186
@externallyDefinedApi
sl@0
   187
*/
sl@0
   188
sl@0
   189
/** @fn binder1st::binder1st(const _Operation &__x, _ValueParamType __y)
sl@0
   190
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   191
sl@0
   192
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   193
sl@0
   194
@publishedAll
sl@0
   195
@externallyDefinedApi
sl@0
   196
@param __x -
sl@0
   197
@param __y -
sl@0
   198
@return -
sl@0
   199
*/
sl@0
   200
sl@0
   201
/** @fn binder1st::operator()(_ArgParamType __x) const
sl@0
   202
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   203
sl@0
   204
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   205
sl@0
   206
@publishedAll
sl@0
   207
@externallyDefinedApi
sl@0
   208
@param __x -
sl@0
   209
@return -
sl@0
   210
*/
sl@0
   211
sl@0
   212
/** @var binder1st::op
sl@0
   213
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   214
sl@0
   215
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   216
sl@0
   217
@publishedAll
sl@0
   218
@externallyDefinedApi
sl@0
   219
*/
sl@0
   220
sl@0
   221
/** @var binder1st::_M_value
sl@0
   222
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   223
sl@0
   224
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   225
sl@0
   226
@publishedAll
sl@0
   227
@externallyDefinedApi
sl@0
   228
*/
sl@0
   229
sl@0
   230
/** @typedef binder1st::_Base
sl@0
   231
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   232
sl@0
   233
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   234
sl@0
   235
@publishedAll
sl@0
   236
@externallyDefinedApi
sl@0
   237
*/
sl@0
   238
sl@0
   239
/** @typedef binder1st::_ArgParamType
sl@0
   240
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   241
sl@0
   242
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   243
sl@0
   244
@publishedAll
sl@0
   245
@externallyDefinedApi
sl@0
   246
*/
sl@0
   247
sl@0
   248
/** @typedef binder1st::_ValueParamType
sl@0
   249
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   250
sl@0
   251
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   252
sl@0
   253
@publishedAll
sl@0
   254
@externallyDefinedApi
sl@0
   255
*/
sl@0
   256
sl@0
   257
/** @class binder2nd
sl@0
   258
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   259
sl@0
   260
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   261
sl@0
   262
@publishedAll
sl@0
   263
@externallyDefinedApi
sl@0
   264
*/
sl@0
   265
sl@0
   266
sl@0
   267
/** @typedef binder2nd::argument_type
sl@0
   268
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   269
sl@0
   270
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   271
sl@0
   272
@publishedAll
sl@0
   273
@externallyDefinedApi
sl@0
   274
*/
sl@0
   275
sl@0
   276
/** @typedef binder2nd::result_type
sl@0
   277
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   278
sl@0
   279
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   280
sl@0
   281
@publishedAll
sl@0
   282
@externallyDefinedApi
sl@0
   283
*/
sl@0
   284
sl@0
   285
/** @fn binder2nd::binder2nd(const _Operation &__x, _ValueParamType __y)
sl@0
   286
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   287
sl@0
   288
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   289
sl@0
   290
@publishedAll
sl@0
   291
@externallyDefinedApi
sl@0
   292
@param __x -
sl@0
   293
@param __y -
sl@0
   294
@return -
sl@0
   295
*/
sl@0
   296
sl@0
   297
/** @fn binder2nd::operator()(_ArgParamType __x) const
sl@0
   298
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   299
sl@0
   300
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   301
sl@0
   302
@publishedAll
sl@0
   303
@externallyDefinedApi
sl@0
   304
@param __x -
sl@0
   305
@return -
sl@0
   306
*/
sl@0
   307
sl@0
   308
/** @var binder2nd::op
sl@0
   309
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   310
sl@0
   311
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   312
sl@0
   313
@publishedAll
sl@0
   314
@externallyDefinedApi
sl@0
   315
*/
sl@0
   316
sl@0
   317
/** @var binder2nd::value
sl@0
   318
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   319
sl@0
   320
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   321
sl@0
   322
@publishedAll
sl@0
   323
@externallyDefinedApi
sl@0
   324
*/
sl@0
   325
sl@0
   326
/** @typedef binder2nd::_Base
sl@0
   327
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   328
sl@0
   329
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   330
sl@0
   331
@publishedAll
sl@0
   332
@externallyDefinedApi
sl@0
   333
*/
sl@0
   334
sl@0
   335
/** @typedef binder2nd::_ArgParamType
sl@0
   336
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   337
sl@0
   338
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   339
sl@0
   340
@publishedAll
sl@0
   341
@externallyDefinedApi
sl@0
   342
*/
sl@0
   343
sl@0
   344
/** @typedef binder2nd::_ValueParamType
sl@0
   345
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   346
sl@0
   347
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   348
sl@0
   349
@publishedAll
sl@0
   350
@externallyDefinedApi
sl@0
   351
*/
sl@0
   352
sl@0
   353
/** @class unary_compose
sl@0
   354
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   355
sl@0
   356
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   357
sl@0
   358
@publishedAll
sl@0
   359
@externallyDefinedApi
sl@0
   360
*/
sl@0
   361
sl@0
   362
sl@0
   363
/** @typedef unary_compose::argument_type
sl@0
   364
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   365
sl@0
   366
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   367
sl@0
   368
@publishedAll
sl@0
   369
@externallyDefinedApi
sl@0
   370
*/
sl@0
   371
sl@0
   372
/** @typedef unary_compose::result_type
sl@0
   373
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   374
sl@0
   375
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   376
sl@0
   377
@publishedAll
sl@0
   378
@externallyDefinedApi
sl@0
   379
*/
sl@0
   380
sl@0
   381
/** @fn unary_compose::unary_compose(const _Operation1 &__x, const _Operation2 &__y)
sl@0
   382
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   383
sl@0
   384
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   385
sl@0
   386
@publishedAll
sl@0
   387
@externallyDefinedApi
sl@0
   388
@param __x -
sl@0
   389
@param __y -
sl@0
   390
@return -
sl@0
   391
*/
sl@0
   392
sl@0
   393
/** @fn unary_compose::operator()(_ArgParamType __x) const
sl@0
   394
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   395
sl@0
   396
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   397
sl@0
   398
@publishedAll
sl@0
   399
@externallyDefinedApi
sl@0
   400
@param __x -
sl@0
   401
@return -
sl@0
   402
*/
sl@0
   403
sl@0
   404
/** @var unary_compose::_M_fn1
sl@0
   405
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   406
sl@0
   407
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   408
sl@0
   409
@publishedAll
sl@0
   410
@externallyDefinedApi
sl@0
   411
*/
sl@0
   412
sl@0
   413
/** @var unary_compose::_M_fn2
sl@0
   414
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   415
sl@0
   416
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   417
sl@0
   418
@publishedAll
sl@0
   419
@externallyDefinedApi
sl@0
   420
*/
sl@0
   421
sl@0
   422
/** @typedef unary_compose::_Base
sl@0
   423
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   424
sl@0
   425
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   426
sl@0
   427
@publishedAll
sl@0
   428
@externallyDefinedApi
sl@0
   429
*/
sl@0
   430
sl@0
   431
/** @typedef unary_compose::_ArgParamType
sl@0
   432
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   433
sl@0
   434
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   435
sl@0
   436
@publishedAll
sl@0
   437
@externallyDefinedApi
sl@0
   438
*/
sl@0
   439
sl@0
   440
/** @class binary_compose
sl@0
   441
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   442
sl@0
   443
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   444
sl@0
   445
@publishedAll
sl@0
   446
@externallyDefinedApi
sl@0
   447
*/
sl@0
   448
sl@0
   449
sl@0
   450
/** @typedef binary_compose::argument_type
sl@0
   451
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   452
sl@0
   453
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   454
sl@0
   455
@publishedAll
sl@0
   456
@externallyDefinedApi
sl@0
   457
*/
sl@0
   458
sl@0
   459
/** @typedef binary_compose::result_type
sl@0
   460
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   461
sl@0
   462
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   463
sl@0
   464
@publishedAll
sl@0
   465
@externallyDefinedApi
sl@0
   466
*/
sl@0
   467
sl@0
   468
/** @fn binary_compose::binary_compose(const _Operation1 &__x, const _Operation2 &__y, const _Operation3 &__z)
sl@0
   469
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   470
sl@0
   471
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   472
sl@0
   473
@publishedAll
sl@0
   474
@externallyDefinedApi
sl@0
   475
@param __x -
sl@0
   476
@param __y -
sl@0
   477
@param __z -
sl@0
   478
@return -
sl@0
   479
*/
sl@0
   480
sl@0
   481
/** @fn binary_compose::operator()(_ArgParamType __x) const
sl@0
   482
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   483
sl@0
   484
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   485
sl@0
   486
@publishedAll
sl@0
   487
@externallyDefinedApi
sl@0
   488
@param __x -
sl@0
   489
@return -
sl@0
   490
*/
sl@0
   491
sl@0
   492
/** @var binary_compose::_M_fn1
sl@0
   493
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   494
sl@0
   495
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   496
sl@0
   497
@publishedAll
sl@0
   498
@externallyDefinedApi
sl@0
   499
*/
sl@0
   500
sl@0
   501
/** @var binary_compose::_M_fn2
sl@0
   502
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   503
sl@0
   504
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   505
sl@0
   506
@publishedAll
sl@0
   507
@externallyDefinedApi
sl@0
   508
*/
sl@0
   509
sl@0
   510
/** @var binary_compose::_M_fn3
sl@0
   511
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   512
sl@0
   513
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   514
sl@0
   515
@publishedAll
sl@0
   516
@externallyDefinedApi
sl@0
   517
*/
sl@0
   518
sl@0
   519
/** @typedef binary_compose::_Base
sl@0
   520
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   521
sl@0
   522
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   523
sl@0
   524
@publishedAll
sl@0
   525
@externallyDefinedApi
sl@0
   526
*/
sl@0
   527
sl@0
   528
/** @typedef binary_compose::_ArgParamType
sl@0
   529
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   530
sl@0
   531
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   532
sl@0
   533
@publishedAll
sl@0
   534
@externallyDefinedApi
sl@0
   535
*/
sl@0
   536
sl@0
   537
/** @class subtractive_rng
sl@0
   538
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   539
sl@0
   540
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   541
sl@0
   542
@publishedAll
sl@0
   543
@externallyDefinedApi
sl@0
   544
*/
sl@0
   545
sl@0
   546
sl@0
   547
/** @fn subtractive_rng::operator()(_STLP_UINT32_T __limit)
sl@0
   548
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   549
sl@0
   550
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   551
sl@0
   552
@publishedAll
sl@0
   553
@externallyDefinedApi
sl@0
   554
@param __limit -
sl@0
   555
@return -
sl@0
   556
*/
sl@0
   557
sl@0
   558
/** @fn subtractive_rng::_M_initialize(_STLP_UINT32_T __seed)
sl@0
   559
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   560
sl@0
   561
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   562
sl@0
   563
@publishedAll
sl@0
   564
@externallyDefinedApi
sl@0
   565
@param __seed -
sl@0
   566
@return -
sl@0
   567
*/
sl@0
   568
sl@0
   569
/** @fn subtractive_rng::subtractive_rng(unsigned int __seed)
sl@0
   570
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   571
sl@0
   572
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   573
sl@0
   574
@publishedAll
sl@0
   575
@externallyDefinedApi
sl@0
   576
@param __seed -
sl@0
   577
@return -
sl@0
   578
*/
sl@0
   579
sl@0
   580
/** @fn subtractive_rng::subtractive_rng()
sl@0
   581
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   582
sl@0
   583
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   584
sl@0
   585
@publishedAll
sl@0
   586
@externallyDefinedApi
sl@0
   587
@return -
sl@0
   588
*/
sl@0
   589
sl@0
   590
/** @var subtractive_rng::_M_table
sl@0
   591
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   592
sl@0
   593
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   594
sl@0
   595
@publishedAll
sl@0
   596
@externallyDefinedApi
sl@0
   597
*/
sl@0
   598
sl@0
   599
/** @var subtractive_rng::_M_index1
sl@0
   600
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   601
sl@0
   602
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   603
sl@0
   604
@publishedAll
sl@0
   605
@externallyDefinedApi
sl@0
   606
*/
sl@0
   607
sl@0
   608
/** @var subtractive_rng::_M_index2
sl@0
   609
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   610
sl@0
   611
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   612
sl@0
   613
@publishedAll
sl@0
   614
@externallyDefinedApi
sl@0
   615
*/
sl@0
   616
sl@0
   617
/** @struct not_equal_to
sl@0
   618
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   619
sl@0
   620
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   621
sl@0
   622
@publishedAll
sl@0
   623
@externallyDefinedApi
sl@0
   624
*/
sl@0
   625
sl@0
   626
sl@0
   627
/** @fn not_equal_to::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   628
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   629
sl@0
   630
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   631
sl@0
   632
@publishedAll
sl@0
   633
@externallyDefinedApi
sl@0
   634
@param __x -
sl@0
   635
@param __y -
sl@0
   636
@return -
sl@0
   637
*/
sl@0
   638
sl@0
   639
/** @struct greater
sl@0
   640
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   641
sl@0
   642
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   643
sl@0
   644
@publishedAll
sl@0
   645
@externallyDefinedApi
sl@0
   646
*/
sl@0
   647
sl@0
   648
sl@0
   649
/** @fn greater::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   650
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   651
sl@0
   652
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   653
sl@0
   654
@publishedAll
sl@0
   655
@externallyDefinedApi
sl@0
   656
@param __x -
sl@0
   657
@param __y -
sl@0
   658
@return -
sl@0
   659
*/
sl@0
   660
sl@0
   661
/** @struct greater_equal
sl@0
   662
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   663
sl@0
   664
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   665
sl@0
   666
@publishedAll
sl@0
   667
@externallyDefinedApi
sl@0
   668
*/
sl@0
   669
sl@0
   670
sl@0
   671
/** @fn greater_equal::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   672
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   673
sl@0
   674
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   675
sl@0
   676
@publishedAll
sl@0
   677
@externallyDefinedApi
sl@0
   678
@param __x -
sl@0
   679
@param __y -
sl@0
   680
@return -
sl@0
   681
*/
sl@0
   682
sl@0
   683
/** @struct less_equal
sl@0
   684
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   685
sl@0
   686
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   687
sl@0
   688
@publishedAll
sl@0
   689
@externallyDefinedApi
sl@0
   690
*/
sl@0
   691
sl@0
   692
sl@0
   693
/** @fn less_equal::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   694
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   695
sl@0
   696
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   697
sl@0
   698
@publishedAll
sl@0
   699
@externallyDefinedApi
sl@0
   700
@param __x -
sl@0
   701
@param __y -
sl@0
   702
@return -
sl@0
   703
*/
sl@0
   704
sl@0
   705
/** @struct divides
sl@0
   706
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   707
sl@0
   708
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   709
sl@0
   710
@publishedAll
sl@0
   711
@externallyDefinedApi
sl@0
   712
*/
sl@0
   713
sl@0
   714
sl@0
   715
/** @fn divides::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   716
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   717
sl@0
   718
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   719
sl@0
   720
@publishedAll
sl@0
   721
@externallyDefinedApi
sl@0
   722
@param __x -
sl@0
   723
@param __y -
sl@0
   724
@return -
sl@0
   725
*/
sl@0
   726
sl@0
   727
/** @struct modulus
sl@0
   728
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   729
sl@0
   730
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   731
sl@0
   732
@publishedAll
sl@0
   733
@externallyDefinedApi
sl@0
   734
*/
sl@0
   735
sl@0
   736
sl@0
   737
/** @fn modulus::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   738
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   739
sl@0
   740
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   741
sl@0
   742
@publishedAll
sl@0
   743
@externallyDefinedApi
sl@0
   744
@param __x -
sl@0
   745
@param __y -
sl@0
   746
@return -
sl@0
   747
*/
sl@0
   748
sl@0
   749
/** @struct negate
sl@0
   750
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   751
sl@0
   752
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   753
sl@0
   754
@publishedAll
sl@0
   755
@externallyDefinedApi
sl@0
   756
*/
sl@0
   757
sl@0
   758
sl@0
   759
/** @fn negate::operator()(const _Tp &__x) const
sl@0
   760
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   761
sl@0
   762
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   763
sl@0
   764
@publishedAll
sl@0
   765
@externallyDefinedApi
sl@0
   766
@param __x -
sl@0
   767
@return -
sl@0
   768
*/
sl@0
   769
sl@0
   770
/** @struct logical_and
sl@0
   771
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   772
sl@0
   773
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   774
sl@0
   775
@publishedAll
sl@0
   776
@externallyDefinedApi
sl@0
   777
*/
sl@0
   778
sl@0
   779
sl@0
   780
/** @fn logical_and::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   781
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   782
sl@0
   783
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   784
sl@0
   785
@publishedAll
sl@0
   786
@externallyDefinedApi
sl@0
   787
@param __x -
sl@0
   788
@param __y -
sl@0
   789
@return -
sl@0
   790
*/
sl@0
   791
sl@0
   792
/** @struct logical_or
sl@0
   793
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   794
sl@0
   795
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   796
sl@0
   797
@publishedAll
sl@0
   798
@externallyDefinedApi
sl@0
   799
*/
sl@0
   800
sl@0
   801
sl@0
   802
/** @fn logical_or::operator()(const _Tp &__x, const _Tp &__y) const
sl@0
   803
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   804
sl@0
   805
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   806
sl@0
   807
@publishedAll
sl@0
   808
@externallyDefinedApi
sl@0
   809
@param __x -
sl@0
   810
@param __y -
sl@0
   811
@return -
sl@0
   812
*/
sl@0
   813
sl@0
   814
/** @struct logical_not
sl@0
   815
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   816
sl@0
   817
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   818
sl@0
   819
@publishedAll
sl@0
   820
@externallyDefinedApi
sl@0
   821
*/
sl@0
   822
sl@0
   823
sl@0
   824
/** @fn logical_not::operator()(const _Tp &__x) const
sl@0
   825
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   826
sl@0
   827
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   828
sl@0
   829
@publishedAll
sl@0
   830
@externallyDefinedApi
sl@0
   831
@param __x -
sl@0
   832
@return -
sl@0
   833
*/
sl@0
   834
sl@0
   835
/** @struct identity
sl@0
   836
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   837
sl@0
   838
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   839
sl@0
   840
@publishedAll
sl@0
   841
@externallyDefinedApi
sl@0
   842
*/
sl@0
   843
sl@0
   844
sl@0
   845
/** @struct select1st
sl@0
   846
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   847
sl@0
   848
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   849
sl@0
   850
@publishedAll
sl@0
   851
@externallyDefinedApi
sl@0
   852
*/
sl@0
   853
sl@0
   854
sl@0
   855
/** @struct select2nd
sl@0
   856
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   857
sl@0
   858
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   859
sl@0
   860
@publishedAll
sl@0
   861
@externallyDefinedApi
sl@0
   862
*/
sl@0
   863
sl@0
   864
sl@0
   865
/** @struct project1st
sl@0
   866
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   867
sl@0
   868
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   869
sl@0
   870
@publishedAll
sl@0
   871
@externallyDefinedApi
sl@0
   872
*/
sl@0
   873
sl@0
   874
sl@0
   875
/** @struct project2nd
sl@0
   876
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   877
sl@0
   878
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   879
sl@0
   880
@publishedAll
sl@0
   881
@externallyDefinedApi
sl@0
   882
*/
sl@0
   883
sl@0
   884
sl@0
   885
/** @struct _Constant_void_fun
sl@0
   886
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   887
sl@0
   888
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   889
sl@0
   890
@publishedAll
sl@0
   891
@externallyDefinedApi
sl@0
   892
*/
sl@0
   893
sl@0
   894
sl@0
   895
/** @typedef _Constant_void_fun::result_type
sl@0
   896
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   897
sl@0
   898
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   899
sl@0
   900
@publishedAll
sl@0
   901
@externallyDefinedApi
sl@0
   902
*/
sl@0
   903
sl@0
   904
/** @fn _Constant_void_fun::_Constant_void_fun(const result_type &__v)
sl@0
   905
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   906
sl@0
   907
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   908
sl@0
   909
@publishedAll
sl@0
   910
@externallyDefinedApi
sl@0
   911
@param __v -
sl@0
   912
@return -
sl@0
   913
*/
sl@0
   914
sl@0
   915
/** @fn _Constant_void_fun::operator()() const
sl@0
   916
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   917
sl@0
   918
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   919
sl@0
   920
@publishedAll
sl@0
   921
@externallyDefinedApi
sl@0
   922
@return -
sl@0
   923
*/
sl@0
   924
sl@0
   925
/** @var _Constant_void_fun::_M_val
sl@0
   926
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   927
sl@0
   928
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   929
sl@0
   930
@publishedAll
sl@0
   931
@externallyDefinedApi
sl@0
   932
*/
sl@0
   933
sl@0
   934
/** @struct constant_void_fun
sl@0
   935
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   936
sl@0
   937
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   938
sl@0
   939
@publishedAll
sl@0
   940
@externallyDefinedApi
sl@0
   941
*/
sl@0
   942
sl@0
   943
sl@0
   944
/** @fn constant_void_fun::constant_void_fun(const _Result &__v)
sl@0
   945
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   946
sl@0
   947
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   948
sl@0
   949
@publishedAll
sl@0
   950
@externallyDefinedApi
sl@0
   951
@param __v -
sl@0
   952
@return -
sl@0
   953
*/
sl@0
   954
sl@0
   955
/** @struct constant_unary_fun
sl@0
   956
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   957
sl@0
   958
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   959
sl@0
   960
@publishedAll
sl@0
   961
@externallyDefinedApi
sl@0
   962
*/
sl@0
   963
sl@0
   964
sl@0
   965
/** @fn constant_unary_fun::constant_unary_fun(const _Result &__v)
sl@0
   966
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   967
sl@0
   968
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   969
sl@0
   970
@publishedAll
sl@0
   971
@externallyDefinedApi
sl@0
   972
@param __v -
sl@0
   973
@return -
sl@0
   974
*/
sl@0
   975
sl@0
   976
/** @struct constant_binary_fun
sl@0
   977
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   978
sl@0
   979
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   980
sl@0
   981
@publishedAll
sl@0
   982
@externallyDefinedApi
sl@0
   983
*/
sl@0
   984
sl@0
   985
sl@0
   986
/** @fn constant_binary_fun::constant_binary_fun(const _Result &__v)
sl@0
   987
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
   988
sl@0
   989
The Symbian implementation of this API fully supports all STL functionality.
sl@0
   990
sl@0
   991
@publishedAll
sl@0
   992
@externallyDefinedApi
sl@0
   993
@param __v -
sl@0
   994
@return -
sl@0
   995
*/
sl@0
   996
sl@0
   997
sl@0
   998
/** @def __UNARY_ARG
sl@0
   999
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1000
sl@0
  1001
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1002
sl@0
  1003
@internalComponent		//Changed from publishedAll
sl@0
  1004
@externallyDefinedApi
sl@0
  1005
*/
sl@0
  1006
sl@0
  1007
/** @def __BINARY_ARG
sl@0
  1008
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1009
sl@0
  1010
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1011
sl@0
  1012
@internalComponent		//Changed from publishedAll
sl@0
  1013
@externallyDefinedApi
sl@0
  1014
*/
sl@0
  1015
sl@0
  1016
/** @def __PAIR_ARG
sl@0
  1017
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1018
sl@0
  1019
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1020
sl@0
  1021
@internalComponent		//Changed from publishedAll
sl@0
  1022
@externallyDefinedApi
sl@0
  1023
*/
sl@0
  1024
sl@0
  1025
/** @fn identity_element(plus< _Tp >)
sl@0
  1026
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1027
sl@0
  1028
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1029
sl@0
  1030
@publishedAll
sl@0
  1031
@externallyDefinedApi
sl@0
  1032
@param # -
sl@0
  1033
@return -
sl@0
  1034
*/
sl@0
  1035
sl@0
  1036
/** @fn identity_element(multiplies< _Tp >)
sl@0
  1037
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1038
sl@0
  1039
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1040
sl@0
  1041
@publishedAll
sl@0
  1042
@externallyDefinedApi
sl@0
  1043
@param # -
sl@0
  1044
@return -
sl@0
  1045
*/
sl@0
  1046
sl@0
  1047
/** @fn not1(const _Predicate &__pred)
sl@0
  1048
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1049
sl@0
  1050
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1051
sl@0
  1052
@publishedAll
sl@0
  1053
@externallyDefinedApi
sl@0
  1054
@param __pred -
sl@0
  1055
@return -
sl@0
  1056
*/
sl@0
  1057
sl@0
  1058
/** @fn not2(const _Predicate &__pred)
sl@0
  1059
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1060
sl@0
  1061
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1062
sl@0
  1063
@publishedAll
sl@0
  1064
@externallyDefinedApi
sl@0
  1065
@param __pred -
sl@0
  1066
@return -
sl@0
  1067
*/
sl@0
  1068
sl@0
  1069
/** @fn bind1st(const _Operation &__fn, const _Tp &__x)
sl@0
  1070
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1071
sl@0
  1072
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1073
sl@0
  1074
@publishedAll
sl@0
  1075
@externallyDefinedApi
sl@0
  1076
@param __fn -
sl@0
  1077
@param __x -
sl@0
  1078
@return -
sl@0
  1079
*/
sl@0
  1080
sl@0
  1081
/** @fn bind2nd(const _Operation &__fn, const _Tp &__x)
sl@0
  1082
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1083
sl@0
  1084
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1085
sl@0
  1086
@publishedAll
sl@0
  1087
@externallyDefinedApi
sl@0
  1088
@param __fn -
sl@0
  1089
@param __x -
sl@0
  1090
@return -
sl@0
  1091
*/
sl@0
  1092
sl@0
  1093
/** @fn compose1(const _Operation1 &__fn1, const _Operation2 &__fn2)
sl@0
  1094
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1095
sl@0
  1096
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1097
sl@0
  1098
@publishedAll
sl@0
  1099
@externallyDefinedApi
sl@0
  1100
@param __fn1 -
sl@0
  1101
@param __fn2 -
sl@0
  1102
@return -
sl@0
  1103
*/
sl@0
  1104
sl@0
  1105
/** @fn compose2(const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3)
sl@0
  1106
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1107
sl@0
  1108
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1109
sl@0
  1110
@publishedAll
sl@0
  1111
@externallyDefinedApi
sl@0
  1112
@param __fn1 -
sl@0
  1113
@param __fn2 -
sl@0
  1114
@param __fn3 -
sl@0
  1115
@return -
sl@0
  1116
*/
sl@0
  1117
sl@0
  1118
/** @fn constant0(const _Result &__val)
sl@0
  1119
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1120
sl@0
  1121
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1122
sl@0
  1123
@publishedAll
sl@0
  1124
@externallyDefinedApi
sl@0
  1125
@param __val -
sl@0
  1126
@return -
sl@0
  1127
*/
sl@0
  1128
sl@0
  1129
/** @fn constant1(const _Result &__val)
sl@0
  1130
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1131
sl@0
  1132
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1133
sl@0
  1134
@publishedAll
sl@0
  1135
@externallyDefinedApi
sl@0
  1136
@param __val -
sl@0
  1137
@return -
sl@0
  1138
*/
sl@0
  1139
sl@0
  1140
/** @fn constant2(const _Result &__val)
sl@0
  1141
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
sl@0
  1142
sl@0
  1143
The Symbian implementation of this API fully supports all STL functionality.
sl@0
  1144
sl@0
  1145
@publishedAll
sl@0
  1146
@externallyDefinedApi
sl@0
  1147
@param __val -
sl@0
  1148
@return -
sl@0
  1149
*/
sl@0
  1150