DATRW++ library: seismic data I/O with multiple formats

◆ operator()() [2/3]

std::ostream & datrw::formatmodifiers::ModifierHelp::operator() ( const std::string &  key)

Definition at line 198 of file formatmodifier.cc.

References Mos, and Mwidth.

199  {
200  Mos.width(Mwidth);
201  std::string keyval=key;
202  keyval += ": ";
203  Mos << std::left << std::setfill('.') << keyval << " ";
204  return(Mos);
205  } // std::ostream& ModifierHelp::operator() (key)