KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | List of all members
Kratos::PairHasher< TType1, TType2 > Struct Template Reference

This is a hasher for pairs. More...

#include <key_hash.h>

Collaboration diagram for Kratos::PairHasher< TType1, TType2 >:

Public Member Functions

HashType operator() (const std::pair< TType1, TType2 > &rPair) const
 The () operator. More...
 

Detailed Description

template<class TType1, class TType2>
struct Kratos::PairHasher< TType1, TType2 >

This is a hasher for pairs.

Used for example for edges ids


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