Horizon
Loading...
Searching...
No Matches
identity_tag.hpp
1#pragma once
2
3namespace nlohmann
4{
5namespace detail
6{
7// dispatching helper struct
8template <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