![]() SourcePro C++ 12.5 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Hash function object. More...
#include <rw/tools/hash.h>
Provides a C++ Standard Library compliant hash object suitable for use with hash or unordered containers. The primary template definition is not defined. Specializations of this class are expected to:
std::unary_function<T, size_t>. Specifically they must provide a typedef of T to argument_type and of size_t to result_type.operator() const such that it takes a single argument of type argument_type and returns result_type.© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.