OmniSciDB  a5dc49c757
 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 221 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 224 of file StringDictionaryProxy.h.

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

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