drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
DrTemplate.h
1
14
15
#pragma once
16
17
#include <
drogon/DrObject.h
>
18
#include <
drogon/DrTemplateBase.h
>
19
20
namespace
drogon
21
{
22
template
<
typename
T>
23
class
DrTemplate :
public
DrObject<T>,
public
DrTemplateBase
24
{
25
protected
:
26
DrTemplate()
27
{
28
}
29
};
30
31
}
// namespace drogon
DrObject.h
DrTemplateBase.h
drogon
Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn'...
Definition
Attribute.h:23
lib
inc
drogon
DrTemplate.h
Generated by
1.15.0