stdxFilter.h Classes and Functions
This is a collection of classes and functions which implement filter function adaptors. Basically this allows a normal function object to call a member function of the objects in a container before executing the function object. This can make it easier to sort a collection of objects by some member.
Compounds
- class stdx::Filter
- Functor Adator: Adds member function filter to function object.
- class stdx::Filter2
- Functor Adaptor: Adds member function filter to function object.
Functions