Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ tree_less
Function
tree_less
include/fplus/tree.hpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
template <typename T>
126
bool tree_less(const tree<T>& a, const tree<T>& b)
127
{
128
return tree_cmp(a, b) < 0;
129
}
130
131
} // namespace internal
132
Callers
nothing calls this directly
Calls
1
tree_cmp
Function · 0.70
Tested by
no test coverage detected