|
Zth (libzth)
|
#include <async.h>
Public Types | |
| enum | { value = sizeof(test<T>(nullptr)) == sizeof(yes) } |
| typedef char | yes |
| typedef long | no |
Static Public Member Functions | |
| template<typename C > | |
| static yes | test (decltype(&C::operator()) *) |
| template<typename > | |
| static no | test (...) |
| typedef long zth::has_call_operator< T >::no |
| typedef char zth::has_call_operator< T >::yes |
|
static |