Electroneum
ValueIntComparer Struct Reference

Public Member Functions

bool operator() (const Value &lhs, const Value &rhs) const
 

Detailed Description

Definition at line 1768 of file valuetest.cpp.

Member Function Documentation

◆ operator()()

bool ValueIntComparer::operator() ( const Value lhs,
const Value rhs 
) const
inline

Definition at line 1769 of file valuetest.cpp.

1769  {
1770  return lhs.GetInt() < rhs.GetInt();
1771  }

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