T3D

Engine/source/core/tAlgorithm.h

More...

Classes:

class

Functor for deleting a pointer.

Public Functions

Iterator
find(Iterator first, Iterator last, Value value)

Finds the first matching value within the container returning the the element or last if its not found.

for_each(Iterator first, Iterator last, Functor func)

Steps thru the elements of an array calling detete for each.

swap(T & left, T & right)

Exchanges the values of the two elements.

Detailed Description

Public Functions

find(Iterator first, Iterator last, Value value)

Finds the first matching value within the container returning the the element or last if its not found.

for_each(Iterator first, Iterator last, Functor func)

Steps thru the elements of an array calling detete for each.

swap(T & left, T & right)

Exchanges the values of the two elements.