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

#include <DbObjectKeys.h>

Public Member Functions

size_t operator() (const shared::TableKey &table_key) const
 

Detailed Description

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

Definition at line 105 of file DbObjectKeys.h.

Member Function Documentation

size_t std::hash< shared::TableKey >::operator() ( const shared::TableKey table_key) const
inline

Definition at line 106 of file DbObjectKeys.h.

References shared::TableKey::hash().

106 { return table_key.hash(); }
size_t hash() const

+ Here is the call graph for this function:


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