Florian Albrechtskirchinger
f898c19aca
Add apply*() functions (visitor pattern)
...
Add 3 variants of apply*() functions that invoke a given callable with
the supplied arguments and the stored JSON value.
* void apply(Fn, Args...):
...
* void apply_cb(ResultCallback, Fn, Args...):
...
* R apply_r(Fn, Args...):
...
2022-05-03 21:35:51 +02:00
Florian Albrechtskirchinger
ef210bec52
Update documentation
2022-05-02 06:45:15 +02:00
Florian Albrechtskirchinger
4120c2e01c
Add C++20 3-way comparison operator and fix broken comparisons
...
Fixes #3207 .
Fixes #3409 .
2022-05-02 06:45:10 +02:00
Niels Lohmann
b21c345179
Reorganize directories ( #3462 )
...
* 🚚 move files
* 🚚 rename doc folder to docs
* 🚚 rename test folder to tests
2022-05-01 09:41:50 +02:00
Niels
91c330ae01
reorganized repo
2015-06-21 21:24:03 +02:00
Niels
4bb5126502
more documentation
2015-06-21 18:30:08 +02:00
Niels
c40e85920f
more documentation
2015-06-21 09:44:12 +02:00
Niels
bb13c931b3
more documentation
2015-06-21 02:14:01 +02:00
Niels
e63c508172
overworked doxygen
2015-06-21 00:59:33 +02:00
Niels
b801adca76
started to implement sequence container
2015-04-12 12:02:30 +02:00
Niels
7db167afd1
documented empty()
2015-04-01 23:23:36 +02:00
Niels
e0027a8550
cleanup docs
2015-03-31 22:40:21 +02:00
Niels
71fa44a6af
started documentation with RTD
2015-03-31 22:24:28 +02:00