RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
begin.hpp
1// __ _____ _____ _____
2// __| | __| | | | JSON for Modern C++
3// | | |__ | | | | | | version 3.12.0
4// |_____|_____|_____|_|___| https://github.com/nlohmann/json
5//
6// SPDX-FileCopyrightText: 2013-2025 Niels Lohmann <https://nlohmann.me>
7// SPDX-License-Identifier: MIT
8
9#pragma once
10
11#include <nlohmann/detail/macro_scope.hpp>
12
13NLOHMANN_JSON_NAMESPACE_BEGIN
14
15NLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin);
16
17NLOHMANN_JSON_NAMESPACE_END