HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ustringHash Class Reference

#include <ustring.h>

Public Member Functions

size_t operator() (const ustring &s) const noexcept
 

Detailed Description

Functor class to use as a hasher when you want to make a hash_map or hash_set using ustring as a key.

Definition at line 753 of file ustring.h.

Member Function Documentation

size_t ustringHash::operator() ( const ustring s) const
inlinenoexcept

Definition at line 755 of file ustring.h.


The documentation for this class was generated from the following file: