#include <PlToSP.h>
Public Member Functions | |
bool | operator() (const RowElem &elem1, const RowElem &elem2) |
|
Definition at line 103 of file PlToSP.h. References parquetfp::RowElem::xloc.
00104 { return(elem1.xloc < elem2.xloc); }
|