#include <drogon/exports.h>
#include <memory>
#include <string>
#include <future>
#include <algorithm>
#include <assert.h>
Go to the source code of this file.
|
| namespace | drogon |
| | Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2.
|
| namespace | std |
| | STL namespace.
|
|
|
using | drogon::orm::ResultImplPtr = std::shared_ptr<ResultImpl> |
|
| enum class | SqlStatus { Ok
, End
} |
- Author
- An Tao
Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.
Drogon