MADNESS
version 0.9
|
#include <typestuff.h>
Public Types | |
typedef char | yes [1] |
typedef char | no [2] |
Static Public Member Functions | |
template<typename C > | |
static yes & | test (typename C::result_type *) |
template<typename > | |
static no & | test (...) |
Static Public Attributes | |
static const bool | value = sizeof(test<T>(0)) == sizeof(yes) |
typedef char madness::has_result_type< T >::no[2] |
typedef char madness::has_result_type< T >::yes[1] |
|
static |
|
static |
|
static |