MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
std::hash< Id > Struct Template Reference

#include <Id.h>

+ Collaboration diagram for std::hash< Id >:

Public Member Functions

size_t operator() (const Id &x) const
 

Detailed Description

template<>
struct std::hash< Id >

Definition at line 182 of file Id.h.

Member Function Documentation

size_t std::hash< Id >::operator() ( const Id x) const
inline

Definition at line 185 of file Id.h.

References Id::value().

186  {
187  return std::hash<unsigned int>()( x.value() );
188  }
unsigned int value() const
Definition: Id.cpp:197

+ Here is the call graph for this function:


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