SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Function object for hashing an RWCopyOnWriteWString. More...
#include <rw/tools/cowwstring.h>
Public Member Functions | |
RWTHash (RWCopyOnWriteWString::caseCompare cmp=RWCopyOnWriteWString::exact) | |
size_t | operator() (const RWCopyOnWriteWString &obj) const |
Provides a C++ Standard Library-compliant hash function object suitable for use with hash or unordered containers.
|
inline |
Constructs a hash object instance with the specified comparison type.
|
inline |
Returns a hash of obj. This function is the equivalent of calling
Where cmp is the comparison type specified at construction.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |