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...): ... |
||
|---|---|---|
| .. | ||
| detail | ||
| thirdparty/hedley | ||
| adl_serializer.hpp | ||
| byte_container_with_subtype.hpp | ||
| json_fwd.hpp | ||
| json.hpp | ||
| ordered_map.hpp | ||