https://mooseframework.inl.gov
Public Member Functions | List of all members
PointIndexedMap::hash_point Struct Reference

#include <PointIndexedMap.h>

Public Member Functions

std::size_t operator() (const Point &p) const
 

Detailed Description

Definition at line 52 of file PointIndexedMap.h.

Member Function Documentation

◆ operator()()

std::size_t PointIndexedMap::hash_point::operator() ( const Point &  p) const
inline

Definition at line 54 of file PointIndexedMap.h.

55  {
56  std::size_t seed = 0;
57  Moose::hash_combine(seed, p(0), p(1), p(2));
58  return seed;
59  }
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: