Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pamphlett/Outram
/ point_z_cmp
Function
point_z_cmp
include/patchwork.hpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
*/
32
template<typename PointT>
33
bool point_z_cmp(PointT a, PointT b) {
34
return a.z < b.z;
35
}
36
37
template<typename PointT>
38
class PatchWork {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected