userver: userver/dump/to.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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