C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/core/tAlgorithm.h File Reference
|
Functions |
template<class Iterator, class Value> |
Iterator | find (Iterator first, Iterator last, Value value) |
template<typename T> |
void | swap (T &left, T &right) |
| Exchanges the values of the two elements.
|
Function Documentation
template<class Iterator, class Value>
Iterator find |
( |
Iterator |
first, |
|
|
Iterator |
last, |
|
|
Value |
value | |
|
) |
| | |
template<typename T>
void swap |
( |
T & |
left, |
|
|
T & |
right | |
|
) |
| | [inline] |
Exchanges the values of the two elements.
|