Horizon
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
namespace for Niels Lohmann
Definition: adl_serializer.hpp:12
Definition: identity_tag.hpp:8