https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 }
void hash_combine(std::size_t &)
Used for hash function specialization for Attribute objects.
std::string name(const ElemQuality q)

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