|
|
using | class_type = ClassType |
|
using | result_type = ReturnType |
| template<std::size_t Index> |
| using | argument |
|
using | class_type = void |
|
using | return_type = ReturnType |
|
|
static const std::string | name () |
|
static const std::string | name () |
|
|
static const bool | isClassFunction = true |
| static const bool | isDrObjectClass |
|
static const std::size_t | arity = sizeof...(Arguments) |
|
static const bool | isHTTPFunction = false |
|
static const bool | isClassFunction = false |
|
static const bool | isStreamHandler = false |
|
static const bool | isDrObjectClass = false |
|
static const bool | isCoroutine = false |
◆ isDrObjectClass
template<typename ClassType, typename ReturnType, typename... Arguments>
Initial value:=
std::is_base_of<DrObject<ClassType>, ClassType>::value
The documentation for this struct was generated from the following file: