isClassType< Type > Struct Template Reference

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>

List of all members.

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::*)())

Detailed Description

template<class Type>
struct fmtio::printableType::isClassType< Type >

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.


Member Enumeration Documentation

anonymous enum
Enumerator:
value 

Definition at line 107 of file fmtio.h.


Member Function Documentation

static char fun (   ...  )  [static]
static short fun ( void(ClassType::*)()   )  [static]

The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:59:12 2012 for CXXUtilities by  doxygen 1.6.3