formatIsTypeLess

Determines if format string character has type equivalent.

This template does not work with digits however.

In otherwords this template checks if character is neither endian modifier, digit nor 'x'.

template formatIsTypeLess (
char c
) {
enum formatIsTypeLess;
}

Meta