62 for (
int i=0; i<obj.
Count(); i++) os.put(obj.
Fill());
74 for (
int i=0; i<obj.
Count(); i++) os.push_back(obj.
Fill());
I/O appicator to generate fill characters.
std::ostream & operator<<(std::ostream &os, const RosFill &obj)
ostream insertion operator.
std::string & operator<<(std::string &os, const RosFill &obj)
string insertion operator.
int Count() const
Get repeat count.
char Fill() const
Get fill character.
Declaration of class ReventLoop.