![]() SourcePro® C++ 13.1 |
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 © 2015 Rogue Wave Software, Inc. All Rights Reserved. |