Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Types | Public Member Functions | List of all members
std::std::hash< array< int, Esfem::Grid::world_dim()> > Struct Template Reference

Hash map for an array of integers. More...

#include <grid_GridAndTime_impl.h>

Public Types

using Base = array< int, Esfem::Grid::world_dim()>
 Convenience.
 

Public Member Functions

std::size_t operator() (const Base &ai) const
 Produce hash value via boost helper. More...
 

Detailed Description

template<>
struct std::std::hash< array< int, Esfem::Grid::world_dim()> >

Hash map for an array of integers.

Definition at line 49 of file grid_GridAndTime_impl.h.

Member Function Documentation

std::size_t std::std::hash< array< int, Esfem::Grid::world_dim()> >::operator() ( const Base ai) const
inline

Produce hash value via boost helper.

Precondition
Dimension is 3.

Definition at line 54 of file grid_GridAndTime_impl.h.


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