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

#include <MShakeKernel.h>

Public Member Functions

__host__ __device__ __forceinline__ bool operator() (const int &i) const
 

Detailed Description

Definition at line 95 of file MShakeKernel.h.

Member Function Documentation

◆ operator()()

__host__ __device__ __forceinline__ bool notZero::operator() ( const int &  i) const
inline

Definition at line 97 of file MShakeKernel.h.

97  {
98  return (i != 0);
99  }

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