Contains member, printableClass, that indicates the printing style of type T. More...
#include <fmtio.h>
Public Types | |
typedef typeDetector < isClassType< typename deconstify< T >::type >::value > ::type | printableClass |
Contains member, printableClass, that indicates the printing style of type T.
This instance of this class is meant ONLY to be used with class objects and enumeration types. All other types are specialized below so that this class can be simplier in implementation than you might otherwise expect.
Definition at line 113 of file fmtio.h.
typedef typeDetector< isClassType< typename deconstify<T>::type >::value >::type printableClass |