Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F131959
match.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
211 B
Referenced Files
None
Subscribers
None
match.hpp
View Options
#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
Details
Attached
Mime Type
text/x-c++
Expires
Apr 6 2026, 6:45 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16060
Default Alt Text
match.hpp (211 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment