|
drogon
C++14/17-based HTTP application framework
|


Static Public Attributes | |
| static const bool | isSqlCallback = true |
| static const bool | isStepResultCallback = false |
| static const bool | isExceptCallback = false |
| Static Public Attributes inherited from drogon::orm::internal::FunctionTraits< void(*)()> | |
| static const std::size_t | arity = 0 |
| static const bool | isSqlCallback = false |
| static const bool | isExceptCallback = false |
Additional Inherited Members | |
| Public Types inherited from drogon::orm::internal::FunctionTraits< void(*)()> | |
| using | result_type = void |
| template<std::size_t Index> | |
| using | argument = void |