![]() |
Public API Reference |
![]() |
Template that can be used as a base class for comparators for POD (plain old data) types. More...
#include <csutil/comparator.h>
Template that can be used as a base class for comparators for POD (plain old data) types.
It uses memcmp() to compare the raw memory representing the two items. Example:
template<> csComparator<MyStruct> : public csComparatorStruct<MyStruct> {};
Definition at line 119 of file comparator.h.