https://mooseframework.inl.gov
Functions
MultiMooseEnum.C File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const MultiMooseEnum &obj)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const MultiMooseEnum obj 
)

Definition at line 334 of file MultiMooseEnum.C.

335 {
336  out << Moose::stringify(obj._current_values, " ");
337  return out;
338 }
std::string stringify(const T &t)
conversion to string
Definition: Conversion.h:64
OStreamProxy out
std::vector< MooseEnumItem > _current_values
The current value(s) of the MultiMooseEnum.