OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StringDictionaryProxy::HeterogeneousStringHash Struct Reference

#include <StringDictionaryProxy.h>

Public Types

using is_transparent = void
 

Public Member Functions

size_t operator() (std::string_view const key) const
 

Detailed Description

Definition at line 220 of file StringDictionaryProxy.h.

Member Typedef Documentation

Member Function Documentation

size_t StringDictionaryProxy::HeterogeneousStringHash::operator() ( std::string_view const  key) const
inline

Definition at line 223 of file StringDictionaryProxy.h.

223  {
224  return robin_hood::hash_bytes(key.data(), key.size());
225  }

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