27template <
typename StreamType,
typename... Args>
static std::unique_ptr< InstOrRefHolder< InterfaceType > > create(Args &&... args)
AsciiWriter(std::ostream &stream)
Constructs an AsciiWriter which writes to the given stream.
static AsciiWriter create(Args &&... args)
Constructs an AsciiWriter which contains an object of type StreamType.