userver: userver/storages/clickhouse/io/io_fwd.hpp Source File
Loading...
Searching...
No Matches
io_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/storages/clickhouse/io/io_fwd.hpp
4/// @brief Customization point for Ch driver C++ <-> ClickHouse mappings.
5
6USERVER_NAMESPACE_BEGIN
7
8namespace storages::clickhouse::io {
9
10template <typename T>
11struct CppToClickhouse;
12
13} // namespace storages::clickhouse::io
14
15USERVER_NAMESPACE_END