19 std::shared_ptr<std::istream>
22 mooseAssert(
_stream,
"Not valid");
24 std::shared_ptr<std::istream> stream = std::make_unique<std::istream>(
_stream->rdbuf());
29 std::unique_ptr<std::stringstream>
33 mooseError(
"StringInputStream::release(): Cannot release; still in use");
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application...