drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::IsPlugin< T > Struct Template Reference

Public Types

using TYPE = std::remove_cv_t<typename std::remove_reference_t<T>>

Static Public Member Functions

static int test (void *)
static char test (PluginBase *)

Static Public Attributes

static constexpr bool value

Member Data Documentation

◆ value

template<typename T>
bool drogon::IsPlugin< T >::value
staticconstexpr
Initial value:
=
(sizeof(test((TYPE *)nullptr)) == sizeof(char))

The documentation for this struct was generated from the following file: