userver: userver/drivers/drivers.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
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