MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / LessComp

Class LessComp

LibCarla/source/carla/road/RoadElementSet.h:106–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 struct LessComp {
107 using is_transparent = void;
108 template <typename LhsT, typename RhsT>
109 bool operator()(
110 const LhsT &a,
111 const RhsT &b) const {
112 return GetDistance(a) < GetDistance(b);
113 }
114 };
115
116 std::vector<mapped_type> _vec;
117 };

Callers 4

RoadElementSetMethod · 0.85
GetReverseSubsetMethod · 0.85
GetSubsetInRangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected