https://mooseframework.inl.gov
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 46 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.