Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ less_quad
Function
less_quad
tests-cpp/small/test_sort_family.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
auto less_quad() {
46
return [](const void * a, const void * b) {
47
return static_cast<const Quad*>(a)->key < static_cast<const Quad*>(b)->key;
48
};
49
}
50
51
template <typename T>
52
bool is_sorted_range(const T * data, size_t n) {
Callers
1
test_sort_family.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected