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

Public Member Functions

bool operator() (int32 *li, int32 *lj)
 

Detailed Description

Definition at line 2241 of file CudaComputeNonbonded.C.

Member Function Documentation

◆ operator()()

bool exlist_sortop::operator() ( int32 li,
int32 lj 
)
inline

Definition at line 2242 of file CudaComputeNonbonded.C.

2242  {
2243  return ( li[1] < lj[1] );
2244  }

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