mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 05:35:23 +00:00
bd2783f45c
Same as get_ptr() but for references. If the type is incompatible it throws (get_ptr() returns null). Implemented in terms of get_ptr().