Loading [MathJax]/extensions/tex2jax.js
https://mooseframework.inl.gov
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | List of all members
moose::internal::SoltionInvalidityNameHash Struct Reference

Helper class that hash the name associated with an invalid solution. More...

#include <SolutionInvalidityRegistry.h>

Public Member Functions

size_t operator() (const SolutionInvalidityName &name) const
 

Detailed Description

Helper class that hash the name associated with an invalid solution.

Definition at line 56 of file SolutionInvalidityRegistry.h.

Member Function Documentation

◆ operator()()

size_t moose::internal::SoltionInvalidityNameHash::operator() ( const SolutionInvalidityName name) const
inline

Definition at line 58 of file SolutionInvalidityRegistry.h.

59  {
60  size_t seed = 0;
61  Moose::hash_combine(seed, name.object_type, name.message);
62  return seed;
63  }
std::string name(const ElemQuality q)
void hash_combine(std::size_t &)
Used for hash function specialization for Attribute objects.
Definition: MooseHashing.h:22

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