OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::hash< shared::StringDictKey > Struct Template Reference

#include <DbObjectKeys.h>

Public Member Functions

size_t operator() (const shared::StringDictKey &dict_key) const
 

Detailed Description

template<>
struct std::hash< shared::StringDictKey >

Definition at line 98 of file DbObjectKeys.h.

Member Function Documentation

size_t std::hash< shared::StringDictKey >::operator() ( const shared::StringDictKey dict_key) const
inline

Definition at line 99 of file DbObjectKeys.h.

References shared::StringDictKey::hash().

99  {
100  return dict_key.hash();
101  }
size_t hash() const

+ Here is the call graph for this function:


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