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

#include <ColumnFetcher.h>

Public Member Functions

size_t operator() (const std::pair< int, int > &p) const
 

Detailed Description

template<>
struct std::hash< std::pair< int, int > >

Definition at line 33 of file ColumnFetcher.h.

Member Function Documentation

size_t std::hash< std::pair< int, int > >::operator() ( const std::pair< int, int > &  p) const
inline

Definition at line 34 of file ColumnFetcher.h.

34  {
35  return boost::hash<std::pair<int, int>>()(p);
36  }

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