TS++ library: time series library

◆ operator<()

bool ts::tapers::ovtaper::operator< ( const Pick p1,
const Pick p2 
)
inline

Definition at line 67 of file ovtaper.h.

References ts::tapers::ovtaper::Pick::x.

67 { return (p1.x<p2.x); }