MCPcopy Create free account
hub / github.com/LARG/HFO / Compare

Class Compare

src/sample_communication.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 { }
71
72 struct Compare {
73 bool operator()( const ObjectScore & lhs,
74 const ObjectScore & rhs ) const
75 {
76 return lhs.score_ > rhs.score_;
77 }
78 };
79
80 struct IllegalChecker {
81 bool operator()( const ObjectScore & val ) const

Callers 1

sayBallAndPlayersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected