NAMD
Public Member Functions | List of all members
cptr_sortop_priority Struct Reference

Public Member Functions

bool operator() (Compute *i, Compute *j) const
 

Detailed Description

Definition at line 27 of file Patch.C.

Member Function Documentation

◆ operator()()

bool cptr_sortop_priority::operator() ( Compute i,
Compute j 
) const
inline

Definition at line 28 of file Patch.C.

References Compute::priority().

28  {
29  return ( i->priority() < j->priority() );
30  }
int priority(void)
Definition: Compute.h:65

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