json/tests
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
..
benchmarks Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_add_subdirectory Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_fetch_content Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_fetch_content2 Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_import Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_import_minver Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cmake_target_include_directories Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
cuda_example Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
reports Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
src Add apply*() functions (visitor pattern) 2022-05-03 21:35:51 +02:00
thirdparty Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00
CMakeLists.txt Add C++20 3-way comparison operator and fix broken comparisons 2022-05-02 06:45:10 +02:00
Makefile Reorganize directories (#3462) 2022-05-01 09:41:50 +02:00