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

#include <DbObjectKeys.h>

Public Member Functions

size_t operator() (const shared::ColumnKey &column_key) const
 

Detailed Description

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

Definition at line 105 of file DbObjectKeys.h.

Member Function Documentation

size_t std::hash< shared::ColumnKey >::operator() ( const shared::ColumnKey column_key) const
inline

Definition at line 106 of file DbObjectKeys.h.

References shared::ColumnKey::hash().

106  {
107  return column_key.hash();
108  }
size_t hash() const

+ Here is the call graph for this function:


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