This interface class exposes interface method Invoke
which writes the content of the box to the given AString object in accordance with formatSpec
.
Definition at line 29 of file lang/format/fwds.hpp.
#include <fwds.hpp>
Public Type Index: | |
using | Signature |
using Signature |
Signature of the invokable function.
Implementations write the content of box to the given AString object target in accordance to the type-specific format specification formatSpec .
self | The box that the function was invoked on. |
formatSpec | The specification of the format (type specific). If empty, a default specification string might have to be chosen. |
nf | A copy of the number format of the formatter (allowed to be modified). |
target | The AString object receiving the formatted string. |
Definition at line 42 of file lang/format/fwds.hpp.