Go to the source code of this file.
Namespaces | |
namespace | fm |
Classes | |
class | fm::comparator< T > |
A utility to sort arrays. More... | |
class | fm::icomparator< T > |
A utility to sort an array in descending order, using operator<. More... | |
class | fm::pcomparator< T > |
A utility to sort arrays of pointer elements. More... | |
Functions | |
template<class T> | |
void | fm::swap (T &a, T &b) |
A utility function to swap data. |