struct cvflann::LshIndex::SortScoreIndexPairOnSecond

struct SortScoreIndexPairOnSecond
{
    // methods

    bool
    operator()(
        const ScoreIndexPair& left,
        const ScoreIndexPair& right
        ) const;
};