Horizon
3rd_party
nlohmann
detail
meta
identity_tag.hpp
1
#pragma once
2
3
namespace
nlohmann
4
{
5
namespace
detail
6
{
7
// dispatching helper struct
8
template
<
class
T>
struct
identity_tag
{};
9
}
// namespace detail
10
}
// namespace nlohmann
nlohmann
namespace for Niels Lohmann
Definition:
adl_serializer.hpp:12
nlohmann::detail::identity_tag
Definition:
identity_tag.hpp:8
Generated by
1.9.1