|  | c++ - Sorting a vector of custom objects - Stack OverflowHow does one go about sorting a vector containing custom (i.e. user defined) objects. Probably, standard STL algorithm sort along with a predicate (a function or a function object ... stackoverflow.com |  |