OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
std::hash< opencog::Handle > Struct Template Reference

#include <Handle.h>

Public Types

typedef std::size_t result_type
 
typedef opencog::Handle argument_type
 

Public Member Functions

std::size_t operator() (opencog::Handle h) const noexcept
 

Detailed Description

template<>
struct std::hash< opencog::Handle >

Definition at line 314 of file Handle.h.

Member Typedef Documentation

Definition at line 317 of file Handle.h.

typedef std::size_t std::hash< opencog::Handle >::result_type

Definition at line 316 of file Handle.h.

Member Function Documentation

std::size_t std::hash< opencog::Handle >::operator() ( opencog::Handle  h) const
inlinenoexcept

Definition at line 319 of file Handle.h.

References opencog::Handle::value().


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