MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::lpt::findPartId< T > Class Template Reference

#include <lptlib.h>

Static Public Member Functions

static MBool compare (const T &i, const T &j)
 
static MBool compare (const MInt i, const T &j)
 
static MBool compare (const T &i, const MInt j)
 

Detailed Description

template<class T>
class maia::lpt::findPartId< T >

Definition at line 104 of file lptlib.h.

Member Function Documentation

◆ compare() [1/3]

template<class T >
static MBool maia::lpt::findPartId< T >::compare ( const MInt  i,
const T &  j 
)
inlinestatic

Definition at line 107 of file lptlib.h.

107{ return (i < j.m_partId); }

◆ compare() [2/3]

template<class T >
static MBool maia::lpt::findPartId< T >::compare ( const T &  i,
const MInt  j 
)
inlinestatic

Definition at line 108 of file lptlib.h.

108{ return (i.m_partId < j); }

◆ compare() [3/3]

template<class T >
static MBool maia::lpt::findPartId< T >::compare ( const T &  i,
const T &  j 
)
inlinestatic

Definition at line 106 of file lptlib.h.

106{ return (i.m_partId < j.m_partId); }

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