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

This is a key compare between two pointers to the object object. More...

#include <global_pointer.h>

Collaboration diagram for Kratos::GlobalPointerCompare< TDataType >:

Public Member Functions

bool operator() (const GlobalPointer< TDataType > &pGp1, const GlobalPointer< TDataType > &pGp2) const
 The () operator. More...
 

Detailed Description

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

This is a key compare between two pointers to the object object.

This should be used in std::sort or any other algorithm requiring weak ordering https://en.cppreference.com/w/cpp/named_req/Compare


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