json/doc/mkdocs/docs
Florian Albrechtskirchinger 078673fdd9 Rework basic_json element access to accept more key types
Rework basic_json element access member functions and operators to
accept any type that meets the requirements defined by type trait
detail::is_usable_as_key_type.

Member functions and operators:
* at()
* operator[]
* value()
* erase()
* find()
* count()
* contains()

Update documentation to reflect these changes.

Add unit tests to excercise the new functions using std::string_view.

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
2022-04-27 12:09:03 +02:00
..
api Rework basic_json element access to accept more key types 2022-04-27 12:09:03 +02:00
features Overwork documentation (#3444) 2022-04-25 22:40:45 +02:00
home Overwork documentation (#3444) 2022-04-25 22:40:45 +02:00
images Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
integration FetchContent_MakeAvailable (#3351) 2022-03-06 15:33:05 +01:00
index.md 📝 update documentation 2021-07-16 14:41:14 +02:00