std::io

MultiWriter

struct MultiWriter (OutStream)
{
	OutStream[] writers;
	Allocator allocator;
}

Members

Methods