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::GlobalPointerHasher< TDataType > Struct Template Reference

Template struct for hashing GlobalPointer instances. More...

#include <global_pointer.h>

Collaboration diagram for Kratos::GlobalPointerHasher< TDataType >:

Public Member Functions

std::size_t operator() (const GlobalPointer< TDataType > &pGp) const
 The () operator for hashing a GlobalPointer. More...
 

Detailed Description

template<class TDataType>
struct Kratos::GlobalPointerHasher< TDataType >

Template struct for hashing GlobalPointer instances.

Template Parameters
TDataTypeThe type of data managed by the GlobalPointer.

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