@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
| 21694 | /// @brief access the first element |
| 21695 | /// @sa https://json.nlohmann.me/api/basic_json/front/ |
| 21696 | reference front() |
| 21697 | { |
| 21698 | return *begin(); |
| 21699 | } |
| 21700 | |
| 21701 | /// @brief access the first element |
| 21702 | /// @sa https://json.nlohmann.me/api/basic_json/front/ |