|
JSON Voorhees
Killer JSON for C++
|
A collection of function objects a la <functional>.
More...
Include dependency graph for functional.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | jsonv::value_compare |
Compares a value to another using the standard-issue value::compare function. More... | |
| struct | jsonv::value_compare_icase |
Compares two values, ignoring the case for any value with kind::string. More... | |
| struct | jsonv::basic_value_binary_predicate< FCompare, FResult > |
A collection of function objects a la <functional>.
Copyright (c) 2015 by Travis Gockel. All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file functional.hpp.