struct sort_pred

struct sort_pred
{
    //
methods

    bool operator () (
        const std::vector<unsigned int>& left,
        const std::vector<unsigned int>& right
        );
};