greater()與less()函數

greater和less是頭文件<xfunctional>中定義的兩個結構,它們經過重載了()運算符來實現比較功能。ios greater的定義以下:less template <class T> struct greater { bool operator() (const T& x, const T& y) const {return x>y;} typedef T first_arg
相關文章
相關標籤/搜索