www.mooseframework.org
Functions
CommandLine.C File Reference

Go to the source code of this file.

Functions

template<>
void CommandLine::setArgument< std::string > (std::stringstream &stream, std::string &argument)
 

Function Documentation

◆ CommandLine::setArgument< std::string >()

template<>
void CommandLine::setArgument< std::string > ( std::stringstream &  stream,
std::string &  argument 
)

Definition at line 278 of file CommandLine.C.

279 {
280  argument = stream.str();
281 }