UDK 3.2.7 C/C++ API Reference
|
A helper to use OUStrings with hash maps. More...
#include <ustring.hxx>
Public Member Functions | |
size_t | operator() (const OUString &rString) const |
Compute a hash code for a string. |
A helper to use OUStrings with hash maps.
Instances of this class are unary function objects that can be used as hash function arguments to boost::unordered_map and similar constructs.
size_t rtl::OUStringHash::operator() | ( | const OUString & | rString | ) | const [inline] |
Compute a hash code for a string.
rString | a string. |