Return a pointer to the parsed filler character sequence.
Synopsis
Declared in <bdldfp_decimal.h>
constexpr
t_CHAR const*
filler() const;
Description
Return a pointer to the character array that stored the parsed filler character that may be a multibyte code point or just a single character unless the status is not e_STATE_POSTPROCESSED in which case throw a bsl::format_error exception indicating that error. See also numFillerCharacters() that provides the number of characters in the array returned by this function (at least one).
Return Value
pointer to the parsed filler character sequence
Created with MrDocs