Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Static Public Member Functions | List of all members
OperationTplHash Struct Reference

Define Integral Tuple hash function - helper struct of OperationMap. More...

#include <integral_data.hh>

Public Member Functions

std::size_t operator() (std::tuple< std::string, uint > tpl) const
 

Static Public Member Functions

static std::tuple< std::string, uintop_tuple (std::string op_type, uint quad_size)
 Create tuple from typeid(Operation).name and size of Quadrature. More...
 

Detailed Description

Define Integral Tuple hash function - helper struct of OperationMap.

Definition at line 228 of file integral_data.hh.

Member Function Documentation

◆ op_tuple()

static std::tuple<std::string, uint> OperationTplHash::op_tuple ( std::string  op_type,
uint  quad_size 
)
inlinestatic

Create tuple from typeid(Operation).name and size of Quadrature.

Definition at line 234 of file integral_data.hh.

Here is the caller graph for this function:

◆ operator()()

std::size_t OperationTplHash::operator() ( std::tuple< std::string, uint tpl) const
inline

Definition at line 229 of file integral_data.hh.


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