Return the current generated format specification string.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

bsl::basic_string<t_CHAR> const&
formatSpec() const;

Description

Return the specification for the formatters format method based on the current state of this object.

Return Value

const reference to the generated format specification

Created with MrDocs