![]() |
Public API Reference |
![]() |
Template that can be used as a base class for hash computers for POD structs. More...
#include <csutil/hashcomputer.h>
Template that can be used as a base class for hash computers for POD structs.
Example:
template<> class csHashComputer<MyStruct> : public csHashComputerStruct<MyStruct> {};
Definition at line 182 of file hashcomputer.h.