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

#include <Execute.h>

Public Member Functions

size_t operator() (const CardinalityCacheKey &cache_key) const
 

Detailed Description

template<>
struct std::hash< CardinalityCacheKey >

Definition at line 408 of file Execute.h.

Member Function Documentation

size_t std::hash< CardinalityCacheKey >::operator() ( const CardinalityCacheKey cache_key) const
inline

Definition at line 409 of file Execute.h.

References CardinalityCacheKey::hash().

409  {
410  return cache_key.hash();
411  }
size_t hash() const
Definition: Execute.cpp:1991

+ Here is the call graph for this function:


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