LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
A helper to use OStrings with hash maps. More...
#include <string.hxx>
Public Member Functions | |
size_t | operator() (const OString &rString) const |
Compute a hash code for a string. More... | |
A helper to use OStrings with hash maps.
Instances of this class are unary function objects that can be used as hash function arguments to std::unordered_map and similar constructs.
|
inline |
Compute a hash code for a string.
rString | a string. |