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

Method operator()

source/rect_packing.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15struct SortToOriginalOrder {
16 bool operator()(const Rect& a, const Rect& b) {
17 return a.ordering > b.ordering;
18 }
19};
20
21// ***********************************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected