JSON Voorhees
Killer JSON for C++
jsonv::value_compare Struct Reference

Compares a value to another using the standard-issue value::compare function. More...

#include <jsonv/functional.hpp>

Public Types

using first_argument_type = value
 
using second_argument_type = value
 
using result_type = int
 

Public Member Functions

int operator() (const value &a, const value &b) const
 

Detailed Description

Compares a value to another using the standard-issue value::compare function.

Definition at line 29 of file functional.hpp.


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