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 2205 of file CudaComputeNonbonded.C.

Member Function Documentation

◆ operator()()

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

Definition at line 2206 of file CudaComputeNonbonded.C.

2206  {
2207  return ( li[1] < lj[1] );
2208  }

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