Int32IsZero Struct Reference

Public Member Functions

bool operator() (int32 i)
 

Detailed Description

Definition at line 108 of file sausages.cc.

Member Function Documentation

◆ operator()()

bool operator() ( int32  i)
inline

Definition at line 109 of file sausages.cc.

109 { return (i == 0); }

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