This unconstrained (value‐semantic) class provides an access to the current state of the format operation and is used for testing bsl::formatter specializations.
Synopsis
Declared in <bslfmt_mockformatcontext.h>
template<class t_CHAR>
class MockFormatContext;
Type Aliases
Name |
Description |
Type of a format argument held by this context. |
|
Character type used for formatting. |
|
Formatter type for values of type |
|
Output iterator type used by this context. |
Member Functions
Name |
Description |
|
Constructors |
Advance the output iterator to the position referred by the specified |
|
Return the argument with the specified |
|
Return output string. |
|
Return this object's output iterator. |
Created with MrDocs