C++ API Reference RNBO: RNBO::StringHasher Struct Reference

RNBO: RNBO::StringHasher Struct Reference

A function object to use when generating hashes of String objects. More...

#include <RNBO_String.h>

Public Member Functions

size_t operator() (const String &k) const
 Calculate the hash of the argument. More...
 

Detailed Description

A function object to use when generating hashes of String objects.

Member Function Documentation

◆ operator()()

size_t RNBO::StringHasher::operator() ( const String k) const
inline

Calculate the hash of the argument.

Parameters
kthe String to hash
Returns
size_t the hash value

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