|
BDE 4.39.x Production Release
|
#include <bslfmt_streamed.h>
This class provides a wrapper to enable a streamable type to be used with bsl::format (and std::format) when no formatter specialization is provided (the type is not formattable).
See bslfmt_streamed
Public Member Functions | |
| Streamed (const t_STREAMABLE &object) | |
| const t_STREAMABLE & | object () const |
| bslfmt::Streamed< t_STREAMABLE >::Streamed | ( | const t_STREAMABLE & | object | ) |
Create a Streamed wrapper instance around the specified object.
object is at least as long as that of the wrapper created.
|
inline |
Return a non-modifiable reference to the wrapped object.