|
|
|||
File indexing completed on 2025-12-16 10:19:56
0001 // __ _____ _____ _____ 0002 // __| | __| | | | JSON for Modern C++ 0003 // | | |__ | | | | | | version 3.11.3 0004 // |_____|_____|_____|_|___| https://github.com/nlohmann/json 0005 // 0006 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me> 0007 // SPDX-License-Identifier: MIT 0008 0009 #pragma once 0010 0011 #include <nlohmann/detail/abi_macros.hpp> 0012 0013 NLOHMANN_JSON_NAMESPACE_BEGIN 0014 namespace detail 0015 { 0016 0017 // dispatching helper struct 0018 template <class T> struct identity_tag {}; 0019 0020 } // namespace detail 0021 NLOHMANN_JSON_NAMESPACE_END
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|