Electroneum
Toggle main menu visibility
Loading...
Searching...
No Matches
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:
/home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/test/unittest/
valuetest.cpp
ValueIntComparer
Generated on
for Electroneum by
1.17.0