_Tp | identity_element | ( | plus< _Tp > | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |
_Tp | identity_element | ( | multiplies< _Tp > | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
unary_negate< _Predicate > | not1 | ( | const _Predicate & | __pred | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__pred | - |
binary_negate< _Predicate > | not2 | ( | const _Predicate & | __pred | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__pred | - |
binder1st< _Operation > | bind1st | ( | const _Operation & | __fn, |
const _Tp & | __x | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__fn | - |
__x | - |
binder2nd< _Operation > | bind2nd | ( | const _Operation & | __fn, |
const _Tp & | __x | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__fn | - |
__x | - |
unary_compose< _Operation1, _Operation2 > | compose1 | ( | const _Operation1 & | __fn1, |
const _Operation2 & | __fn2 | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__fn1 | - |
__fn2 | - |
binary_compose< _Operation1, _Operation2, _Operation3 > | compose2 | ( | const _Operation1 & | __fn1, |
const _Operation2 & | __fn2, | |||
const _Operation3 & | __fn3 | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__fn1 | - |
__fn2 | - |
__fn3 | - |
constant_void_fun< _Result > | constant0 | ( | const _Result & | __val | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
constant_unary_fun< _Result, _Result > | constant1 | ( | const _Result & | __val | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |
constant_binary_fun< _Result, _Result, _Result > | constant2 | ( | const _Result & | __val | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__val | - |