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.
|
This is a hasher for shared pointers. More...
#include <key_hash.h>
Public Member Functions | |
HashType | operator() (const TSharedPointer &pPointer) const |
This is the () operator. More... | |
This is a hasher for shared pointers.
TSharedPointer | The type of shared pointer to be hashed |