MCPcopy Create free account
hub / github.com/DavidColson/Polybox / operator()

Method operator()

source/rect_packing.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7struct SortByHeight {
8 bool operator()(const Rect& a, const Rect& b) {
9 return a.h < b.h;
10 }
11};
12
13// ***********************************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected