https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
ControllableParameter.C File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const ControllableParameter &obj)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  stream,
const ControllableParameter obj 
)

Definition at line 45 of file ControllableParameter.C.

47{
48 return stream << obj.dump();
49}
std::string dump() const
Return a string that lists the parameters stored by this object.