userver
C++ Async Framework
Loading...
Searching...
No Matches
database_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/postgres/database_fwd.hpp
4
/// @brief Forward declarations of Database, DatabasePtr
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages
::
postgres
{
11
12
class
Database
;
13
using
DatabasePtr = std::shared_ptr<
Database
>;
14
15
}
// namespace storages::postgres
16
17
USERVER_NAMESPACE_END
userver
storages
postgres
database_fwd.hpp
Generated on Wed May 15 2024 22:28:22 for userver by
Doxygen
1.10.0