JSON Voorhees
Killer JSON for C++
|
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 |
Compares a value
to another using the standard-issue value::compare
function.
Definition at line 29 of file functional.hpp.