WPILibC++
2024.3.2
identity_tag.h
Go to the documentation of this file.
1
// __ _____ _____ _____
2
// __| | __| | | | JSON for Modern C++
3
// | | |__ | | | | | | version 3.11.2
4
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
5
//
6
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
7
// SPDX-License-Identifier: MIT
8
9
#pragma once
10
11
#include <
wpi/detail/abi_macros.h
>
12
13
WPI_JSON_NAMESPACE_BEGIN
14
namespace
detail
15
{
16
17
// dispatching helper struct
18
template
<
class
T>
struct
identity_tag
{};
19
20
}
// namespace detail
21
WPI_JSON_NAMESPACE_END
abi_macros.h
WPI_JSON_NAMESPACE_END
#define WPI_JSON_NAMESPACE_END
Definition:
abi_macros.h:59
WPI_JSON_NAMESPACE_BEGIN
#define WPI_JSON_NAMESPACE_BEGIN
Definition:
abi_macros.h:53
detail
detail namespace with internal helper functions
Definition:
xchar.h:20
detail::identity_tag
Definition:
identity_tag.h:18
thirdparty
json
include
wpi
detail
meta
identity_tag.h
Generated on Wed Mar 13 2024 05:20:41 for WPILibC++ by
1.9.4