BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlt_formatter

Detailed Description

Provide a standard compliant format implementation.

Outline

Purpose

Provide a standard compliant format implementation.

Classes

Description

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.

Usage