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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 84 of file MooseObjectName.C.

86{
87 if (obj._tag.empty())
88 return stream << obj._name;
89 else
90 return stream << obj._tag << obj._separator << obj._name;
91}
std::string _separator