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

◆ operator()() [1/3]

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

Definition at line 209 of file formatmodifier.cc.

References Mos, and Mwidth.

211  {
212  Mos.width(Mwidth);
213  std::string keyval=key;
214  keyval += "=" + val + ": ";
215  Mos << std::left << std::setfill('.') << keyval << " ";
216  return(Mos);
217  } // std::ostream& ModifierHelp::operator() (key, val)