Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:19

0001 //     __ _____ _____ _____
0002 //  __|  |   __|     |   | |  JSON for Modern C++
0003 // |  |  |__   |  |  | | | |  version 3.11.2
0004 // |_____|_____|_____|_|___|  https://github.com/nlohmann/json
0005 //
0006 // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
0007 // SPDX-License-Identifier: MIT
0008 
0009 #pragma once
0010 
0011 #include <nlohmann/detail/macro_scope.hpp>
0012 
0013 NLOHMANN_JSON_NAMESPACE_BEGIN
0014 
0015 NLOHMANN_CAN_CALL_STD_FUNC_IMPL(end);
0016 
0017 NLOHMANN_JSON_NAMESPACE_END