userver: userver/drivers/drivers.hpp Source File
Loading...
Searching...
No Matches
drivers.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/drivers/drivers.hpp
4/// This file is mainly for documentation purposes and inclusion of all headers
5/// related to drivers building blocks.
6
7#include <userver/drivers/impl/connection_pool_base.hpp>
8
9USERVER_NAMESPACE_BEGIN
10
11/// @brief top namespace for drivers building blocks.
12namespace drivers {} // namespace drivers
13
14USERVER_NAMESPACE_END