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

Compares two values, ignoring the case for any value with kind::string. 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 two values, ignoring the case for any value with kind::string.

This does not ignore case for the keys of objects.

Definition at line 41 of file functional.hpp.


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