![]() |
Public API Reference |
![]() |
Template that can be used as a base class for hash computers for string types (must support cast to const char*). More...
#include <csutil/hashcomputer.h>
Template that can be used as a base class for hash computers for string types (must support cast to const char*).
Example:
template<> class csHashComputer<MyString> : public csHashComputerString<MyString> {};
Definition at line 157 of file hashcomputer.h.