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
) {}

Members

Manifest constants

formatIsTypeLess
enum formatIsTypeLess;
Undocumented in source.

Meta