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

◆ operator<<()

template<class C >
std::ostream& datrw::formatmodifiers::operator<< ( ModifierHelp mh,
const C &  c 
)

Output operator for ModifierHelpFor line indentation an object of type ModifierHelp can be used like an output stream;.

See also
datrw::mseed::help()

Definition at line 164 of file formatmodifier.h.

165  { return(mh() << c); }