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::IndexedObjectComparator< TIndexedObject > Struct Template Reference

This is a key comparer between two indexed objects. More...

#include <key_hash.h>

Collaboration diagram for Kratos::IndexedObjectComparator< TIndexedObject >:

Public Member Functions

bool operator() (const TIndexedObject &rFirst, const TIndexedObject &rSecond) const
 This is the () operator. More...
 

Detailed Description

template<class TIndexedObject>
struct Kratos::IndexedObjectComparator< TIndexedObject >

This is a key comparer between two indexed objects.

Template Parameters
TIndexedObjectThe type of indexed object

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