OmniSciDB  c1a53651b2
 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 100 of file DbObjectKeys.h.

Member Function Documentation

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

Definition at line 101 of file DbObjectKeys.h.

References shared::TableKey::hash().

101 { 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: