summaryrefslogtreecommitdiff
path: root/json4cpp/include/nlohmann/detail/meta/call_std/begin.hpp
blob: a086a5f3d365b9110ad610937db647a6c5d1ca94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//     __ _____ _____ _____
//  __|  |   __|     |   | |  JSON for Modern C++
// |  |  |__   |  |  | | | |  version 3.12.0
// |_____|_____|_____|_|___|  https://github.com/nlohmann/json
//
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
// SPDX-License-Identifier: MIT

#pragma once

#include <nlohmann/detail/macro_scope.hpp>

NLOHMANN_JSON_NAMESPACE_BEGIN

NLOHMANN_CAN_CALL_STD_FUNC_IMPL(begin);

NLOHMANN_JSON_NAMESPACE_END