HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::hash< GA_EdgeT< T, DIRECTED > > Struct Template Reference

#include <GA_Edge.h>

Public Types

typedef GA_EdgeT< T, DIRECTED > argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const GA_EdgeT< T, DIRECTED > &edge) const
 

Detailed Description

template<typename T, bool DIRECTED>
struct std::hash< GA_EdgeT< T, DIRECTED > >

Definition at line 98 of file GA_Edge.h.

Member Typedef Documentation

template<typename T , bool DIRECTED>
typedef GA_EdgeT<T,DIRECTED> std::hash< GA_EdgeT< T, DIRECTED > >::argument_type

Definition at line 100 of file GA_Edge.h.

template<typename T , bool DIRECTED>
typedef size_t std::hash< GA_EdgeT< T, DIRECTED > >::result_type

Definition at line 101 of file GA_Edge.h.

Member Function Documentation

template<typename T , bool DIRECTED>
size_t std::hash< GA_EdgeT< T, DIRECTED > >::operator() ( const GA_EdgeT< T, DIRECTED > &  edge) const
inline

Definition at line 103 of file GA_Edge.h.


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