|
BDE 4.39.x Production Release
|
Provide a standard compliant format implementation.
Provide a standard compliant format implementation.
class for parsing specs and formatting variables.This component provides a class template, Formatter that is configured with a tt_SPECIFIER_FORMATTER template class. Each type that is to be formatted has its own specifier formatter class, and the specifier class does most of the work of formatting the output for the type. The t_CHAR template parameter is always to be char or wchar_t.