userver: userver/dump/to.hpp Source File
Loading...
Searching...
No Matches
to.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/dump/to.hpp
4/// @brief @copybrief dump::To
5
6#include <userver/dump/to.hpp>
7
8USERVER_NAMESPACE_BEGIN
9
10namespace dump {
11
12/// @brief A marker type used in ADL-found `Read`
13template <typename T>
14struct To {};
15
16} // namespace dump
17
18USERVER_NAMESPACE_END