Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
NameComparator Struct Reference
Public Member Functions
bool
operator()
(const
Value::Member
&lhs, const
Value::Member
&rhs) const
Detailed Description
Definition at line
19
of file
sortkeys.cpp
.
Member Function Documentation
◆
operator()()
bool NameComparator::operator()
(
const
Value::Member
&
lhs
,
const
Value::Member
&
rhs
) const
inline
Definition at line
20
of file
sortkeys.cpp
.
20
{
21
return
(strcmp(lhs.
name
.GetString(), rhs.
name
.GetString()) < 0);
22
}
GenericMember::name
GenericValue< Encoding, Allocator > name
name of member (must be a string)
Definition
document.h:67
The documentation for this struct was generated from the following file:
libraries/fc/include/fc/crypto/webauthn_json/example/sortkeys/
sortkeys.cpp
NameComparator
Generated by
1.12.0