SALOME - SMESH
TIDCompare Struct Reference

Comparator of elements by ID for usage in std containers. More...

#include <SMDS_MeshElement.hxx>

Public Member Functions

bool operator() (const SMDS_MeshElement *e1, const SMDS_MeshElement *e2) const
 

Detailed Description

Comparator of elements by ID for usage in std containers.

Definition at line 133 of file SMDS_MeshElement.hxx.

Member Function Documentation

◆ operator()()

bool TIDCompare::operator() ( const SMDS_MeshElement e1,
const SMDS_MeshElement e2 
) const

Definition at line 134 of file SMDS_MeshElement.hxx.

References SMDS_MeshElement::GetID().

Here is the call graph for this function: