begin.hpp 453 B

1234567891011121314151617
  1. // __ _____ _____ _____
  2. // __| | __| | | | JSON for Modern C++
  3. // | | |__ | | | | | | version 3.11.3
  4. // |_____|_____|_____|_|___| https://github.com/nlohmann/json
  5. //
  6. // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
  7. // SPDX-License-Identifier: MIT
  8. #pragma once
  9. #include <nlohmann/detail/macro_scope.hpp>
  10. NLOHMANN_JSON_NAMESPACE_BEGIN
  11. NLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin);
  12. NLOHMANN_JSON_NAMESPACE_END