Declares a const member, value, which is either 0 or 1 depending on whether or not Type is a class object or not. More...
#include <fmtio.h>
Public Types | |
| enum | { value = sizeof(fun<Type>(0)) == sizeof(short) } |
Static Public Member Functions | |
| template<typename NonClassType > | |
| static char | fun (...) |
| template<typename ClassType > | |
| static short | fun (void(ClassType::*)()) |
Declares a const member, value, which is either 0 or 1 depending on whether or not Type is a class object or not.
Definition at line 94 of file fmtio.h.
| static char fun | ( | ... | ) | [static] |
| static short fun | ( | void(ClassType::*)() | ) | [static] |
1.6.3