This template struct defines a nested type, type, which is a typedef for one of the following: More...
#include <fmtio.h>
Public Types | |
typedef UserDefined | type |
This template struct defines a nested type, type, which is a typedef for one of the following:
UserDefinedType Integral
The template is specialized for N=0 such that the nested type is Integral, and for N=1 for UserDefined types (meaning classes)
Definition at line 90 of file fmtio.h.
typedef UserDefined type |