Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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 }
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: