OmniSciDB  72c90bc290
 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 110 of file DbObjectKeys.h.

Member Function Documentation

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

Definition at line 111 of file DbObjectKeys.h.

References shared::ColumnKey::hash().

111  {
112  return column_key.hash();
113  }
size_t hash() const

+ Here is the call graph for this function:


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