GSE++ library: reading and writing GSE waveforms

◆ GSEIDmatch()

template<class C >
bool GSE2::GSEIDmatch ( const std::string &  line)

Check GSE identifier at beginning of line.

Definition at line 422 of file gsexx.h.

423 { return(line.substr(0,4)==std::string(C::GSEID)); }