json/include/nlohmann/detail/meta/identity_tag.hpp

11 lines
174 B
C++

#pragma once
namespace nlohmann
{
namespace detail
{
// dispatching helper struct
template <class T> struct identity_tag {};
} // namespace detail
} // namespace nlohmann