27template <
typename StreamType,
typename... Args>
static std::unique_ptr< InstOrRefHolder< InterfaceType > > create(Args &&... args)
static AsciiReader create(Args &&... args)
Constructs an AsciiReader which contains an object of type StreamType.
AsciiReader(std::istream &stream)
Constructs an AsciiReader which reads from the given stream.