|
BDE 4.39.x Production Release
|
Provide a formatter customization for pointer types.
Provide a formatter customization for pointer types
void *const void *bsl::nullptr_tbsl_format.h
This component provides partial specializations of bsl::formatter catering for pointer types.
This header is not intended to be included directly. Please include <bsl_format.h> to be able to use specializations of the bsl::formatter for pointer types.
In this section we show the intended use of this component.
We do not expect most users of bsl::format to interact with this type directly and instead use bsl::format or bsl::vformat, so this example is necessarily unrealistic.
Suppose we want to test pointer formatter's ability to format a pointer with defined alignment and padding.