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::SharedPointerComparator< TSharedPointer > Struct Template Reference

This is a key comparer between two shared pointers. More...

#include <key_hash.h>

Collaboration diagram for Kratos::SharedPointerComparator< TSharedPointer >:

Public Member Functions

bool operator() (const TSharedPointer &first, const TSharedPointer &second) const
 This is the () operator. More...
 

Detailed Description

template<class TSharedPointer>
struct Kratos::SharedPointerComparator< TSharedPointer >

This is a key comparer between two shared pointers.

Template Parameters
TSharedPointerThe type of shared pointer to be compared

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