#include <fwds.hpp>
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 31 of file text/fwds.hpp.
Public Types | |
using | Signature = void(*)(const Box &self, const String &formatSpec, AString &target) |
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. |
target | The AString object receiving the formatted string. |
Definition at line 43 of file text/fwds.hpp.