Page MenuHomePhorge

match.hpp
No OneTemporary

match.hpp

#pragma once
#include <string>
namespace ivy {
struct Match {
int score;
std::string content;
};
static bool sort_match(const Match& a, const Match& b) { return a.score > b.score; }
} // namespace ivy

File Metadata

Mime Type
text/x-c++
Expires
Apr 6 2026, 5:37 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15636
Default Alt Text
match.hpp (211 B)

Event Timeline